Unit 'Laz_XMLStreaming' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lazutils]

TXMLObjectWriter.BeginComponent

Starts serialization of a Component using the XML format for object writer.

Declaration

Source position: laz_xmlstreaming.pas line 67

public procedure TXMLObjectWriter.BeginComponent(

  Component: TComponent;

  Flags: TFilerFlags;

  ChildPos: Integer

); override;

Arguments

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.6 Hosted on Source Forge