[Overview][Types][Classes][Procedures and functions][Index] |
Gets the class name from the node which is the root element for the object instance.
Source position: laz_xmlstreaming.pas line 115
public function TXMLObjectReader.GetRootClassName( |
out IsInherited: Boolean |
):string; |
IsInherited |
|
Not used in the current LCL implementation. |
Value from the class attribute in the element.
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 |