[fpc-pascal] TFPColor vs TColor

Vincent Snijders vsnijders at vodafonevast.nl
Tue May 5 13:25:23 CEST 2009


Graeme Geldenhuys schreef:
> On Tue, May 5, 2009 at 1:08 PM, Vincent Snijders
> <vsnijders at vodafonevast.nl> wrote:
>> Under what circumstances are properties of  fpGUI classes streamed when
>> LCL-fpGUI is developed?
> 
> I haven't delved much into the LCL widgetset internals, so I might
> have this wrong. I would  have thought streaming will occur when the
> properties of fpGUI components (TfpgForm, TfpgButton etc) are being
> set when a LCL-fpGUI based form (*.lfm) is loaded?
> 

An LCL form is streamed and LCL properties and components are set. When 
creating a handle (widget reference) an fpGUI object will be created by 
the TFpGuiWidgetSet interface, but that is done without streaming.

Vincent



More information about the fpc-pascal mailing list