[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 121

public procedure TXMLObjectReader.BeginComponent(

  var Flags: TFilerFlags;

  var AChildPos: Integer;

  var CompClassName: string;

  var CompName: string

); override;

Arguments

Flags

  

TFilerFlag values. Not used in the current implementation.

AChildPos

  

Not used in the current implementation.

CompClassName

  

Returns the value from the 'class' attribute in the DOM Element.

CompName

  

Returns the value from the 'name' attribute in the DOM Element.


Version 4.0 Generated 2025-05-03 Home