[Overview][Types][Classes][Procedures and functions][Index] |
Starts serialization of a Component using the XML format for object writer.
Source position: laz_xmlstreaming.pas line 67
public procedure TXMLObjectWriter.BeginComponent( |
Component: TComponent; |
Flags: TFilerFlags; |
ChildPos: Integer |
); override; |
Component |
|
The component instance written in the method. |
Flags |
|
Not used in the current LCL implementation. |
ChildPos |
|
Not used in the current LCL implementation. |
Version 4.0 | Generated 2025-05-03 | Home |