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

TXMLObjectReader.GetRootClassName

Gets the class name from the node which is the root element for the object instance.

Declaration

Source position: laz_xmlstreaming.pas line 115

public function TXMLObjectReader.GetRootClassName(

  out IsInherited: Boolean

):string;

Arguments

IsInherited

  

Not used in the current LCL implementation.

Function result

Value from the class attribute in the element.

Description

GetRootClassName raises an Exception if a component node cannot be located in the root element, or the node is not a valid TDOMElement instance.


Version 4.0 Generated 2025-05-03 Home