Printing from Stringlist
Hello,
i have a Stringlist :
header
string for headline
footer
string for footer
title
string for Reporttitle
cat_count---number of categories
--categorie_1
----product_count
number of products of categorie 1
----product_1_1
----product_2_1
----product_n_1
--categorie_2
----product_count
number of products of categorie 2
----product_1_2
----product_2_2
----product_n_2
--categorie_n
How can i set fonts from categorie and products in Delphi ?
How do i print this (Groups, Master-Detail) or how ??
Robert
i have a Stringlist :
header
string for headline
footer
string for footer
title
string for Reporttitle
cat_count---number of categories
--categorie_1
----product_count
number of products of categorie 1
----product_1_1
----product_2_1
----product_n_1
--categorie_2
----product_count
number of products of categorie 2
----product_1_2
----product_2_2
----product_n_2
--categorie_n
How can i set fonts from categorie and products in Delphi ?
How do i print this (Groups, Master-Detail) or how ??
Robert
Comments
Hello gordk,
How can i set fonts/ fontsize etc. for some lines of stringgrid
(if line = "categorie" then fontsize := 12 else if line = "products" then fontsize := 10)
Robert