Description | Hierarchy | Fields | Methods | Properties |
type TXMLAttributes = class(TList)
a list of attribute. Can use Attributes['test'] syntax to read test attribute. also, access by index is supported, and access by string returning the TXMLAttribute class
![]() |
destructor Destroy; override; |
![]() |
procedure ReadFrom(s:string); |
![]() |
function GetAttribute(index:string):string; |
![]() |
function GetAttributeInt(index:integer):TXMLAttribute; |
![]() |
function GetAttributeString(index:string):TXMLAttribute; |
![]() |
procedure SetAttribute(index:string; o:string); |
![]() |
procedure SetAttributeInt(index:integer; o:TXMLAttribute); |
![]() |
destructor Destroy; override; |
![]() |
function GetAttribute(index:string):string; |
![]() |
function GetAttributeInt(index:integer):TXMLAttribute; |
![]() |
function GetAttributeString(index:string):TXMLAttribute; |
![]() |
procedure ReadFrom(s:string); |
![]() |
procedure SetAttribute(index:string; o:string); |
![]() |
procedure SetAttributeInt(index:integer; o:TXMLAttribute); |
![]() |
property Attribute[index:string]: string; |
![]() |
property AttributeIndex[index:integer]: TXMLAttribute; |
![]() |
property AttributeObject[index:string]: TXMLAttribute; |
![]() |
property Attribute[index:string]: string; |
![]() |
property AttributeIndex[index:integer]: TXMLAttribute; |
![]() |
property AttributeObject[index:string]: TXMLAttribute; |