[Overview][Types][Classes][Procedures and functions][Index] |
Gets the DOM element for the component, gets the class type and component name, and sets Element to the properties node.
Source position: laz_xmlstreaming.pas line 121
public procedure TXMLObjectReader.BeginComponent( |
var Flags: TFilerFlags; |
var AChildPos: Integer; |
var CompClassName: string; |
var CompName: string |
); override; |
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 |