[Lazarus] HTML+CSS Report with IpHtmlPanel
Silvio Clecio
silvioprog at gmail.com
Tue Mar 30 00:59:57 CEST 2010
Hello Lazarus-List,
I'm trying to understand the widgetset know-how. I'm able to
understand, more or less, the usual TButton, TEdit, TMemo, etc, in
other words the TWinControl descendants. Now I'm trying to deal with
TLabel, but it is not a TWinControl, so I'm lost how it gets draw in
the form :-?
Must I override something in TControl ? I only wish to get some
indication that it is in the form, as my code reach the DrawText
procedure for TLabel and I'm not completly sure if I'm not properly
drawing or not properly answering some LCL requests to perform the
draw.
So in other words, how the LCL handles the TLabel as it is not a
platform widget (I know that there is a TWSCustomLabel).
Thank you.
--
Best regards,
José
More information about the Lazarus
mailing list