XChildName Property
The Name property provides the local name of the element.
Syntax
__property String XChildName[int XChildIndex] = {read=FXChildName, write=FSetXChildName};
Default Value
""
Remarks
The XChildName property provides the local name of the element. For elements within an array, the XChildName property will be empty.
The size of the array is controlled by the XChildrenCount property.
This property is read-only and not available at design time.
Data Type
String