Description | Hierarchy | Fields | Methods | Properties |
type TAdSimpleXMLProps = class(TObject)
![]() |
constructor Create(Parent: TAdSimpleXMLElem); |
![]() |
destructor Destroy; override; |
![]() |
function Add(const Name, Value: String): TAdSimpleXMLProp; overload; |
![]() |
function Add(const Name: string; const Value: Int64): TAdSimpleXMLProp; overload; |
![]() |
function Add(const Name: string; const Value: Boolean): TAdSimpleXMLProp; overload; |
![]() |
function Insert(const Index: Integer; const Name, Value: string): TAdSimpleXMLProp; overload; |
![]() |
function Insert(const Index: Integer; const Name: string; const Value: Int64): TAdSimpleXMLProp; overload; |
![]() |
function Insert(const Index: Integer; const Name: string; const Value: Boolean): TAdSimpleXMLProp; overload; |
![]() |
procedure Clear; virtual; |
![]() |
procedure Delete(const Index: Integer); overload; |
![]() |
procedure Delete(const Name: string); overload; |
![]() |
function Value(const Name: string; Default: string = ''): string; |
![]() |
function IntValue(const Name: string; Default: Int64 = -1): Int64; |
![]() |
function BoolValue(const Name: string; Default: Boolean = True): Boolean; |
![]() |
procedure LoadFromStream(const Stream: TStream); |
![]() |
procedure SaveToStream(const Stream: TStream); |
![]() |
property Item[const Index: Integer]: TAdSimpleXMLProp read GetItem; |
![]() |
property ItemNamed[const Name: string]: TAdSimpleXMLProp read GetItemNamed; |
![]() |
property Count: Integer read GetCount; |
![]() |
constructor Create(Parent: TAdSimpleXMLElem); |
![]() |
destructor Destroy; override; |
![]() |
function Add(const Name, Value: String): TAdSimpleXMLProp; overload; |
![]() |
function Add(const Name: string; const Value: Int64): TAdSimpleXMLProp; overload; |
![]() |
function Add(const Name: string; const Value: Boolean): TAdSimpleXMLProp; overload; |
![]() |
function Insert(const Index: Integer; const Name, Value: string): TAdSimpleXMLProp; overload; |
![]() |
function Insert(const Index: Integer; const Name: string; const Value: Int64): TAdSimpleXMLProp; overload; |
![]() |
function Insert(const Index: Integer; const Name: string; const Value: Boolean): TAdSimpleXMLProp; overload; |
![]() |
procedure Clear; virtual; |
![]() |
procedure Delete(const Index: Integer); overload; |
![]() |
procedure Delete(const Name: string); overload; |
![]() |
function Value(const Name: string; Default: string = ''): string; |
![]() |
function IntValue(const Name: string; Default: Int64 = -1): Int64; |
![]() |
function BoolValue(const Name: string; Default: Boolean = True): Boolean; |
![]() |
procedure LoadFromStream(const Stream: TStream); |
![]() |
procedure SaveToStream(const Stream: TStream); |
![]() |
property Item[const Index: Integer]: TAdSimpleXMLProp read GetItem; |
![]() |
property ItemNamed[const Name: string]: TAdSimpleXMLProp read GetItemNamed; |
![]() |
property Count: Integer read GetCount; |