[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz_XMLStreaming' (#lazutils)

TXMLObjectReader.BeginComponent

Gets the DOM element for the component, gets the class type and component name, and sets Element to the properties node.

Declaration

Source position: laz_xmlstreaming.pas line 115

public procedure TXMLObjectReader.BeginComponent(

  var Flags: TFilerFlags;

  var AChildPos: Integer;

  var CompClassName: string;

  var CompName: string

); override;