Class TAdSimpleXMLProp

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdSimpleXMLProp = class(TObject)

Description

Hierarchy

Overview

Methods

Public function GetSimpleXML: TAdSimpleXML;
Public function SaveToString: string;
Public function FullName:string;

Properties

Public property Parent: TAdSimpleXMLProps read FParent write FParent;
Public property Name: string read FName write SetName;
Public property Value: string read FValue write FValue;
Public property IntValue: Int64 read GetIntValue write SetIntValue;
Public property BoolValue: Boolean read GetBoolValue write SetBoolValue;
Public property FloatValue: Extended read GetFloatValue write SetFloatValue;
Public property NameSpace: string read FNameSpace write FNameSpace;
Public property Data: Pointer read FData write FData;

Description

Methods

Public function GetSimpleXML: TAdSimpleXML;
 
Public function SaveToString: string;
 
Public function FullName:string;
 

Properties

Public property Parent: TAdSimpleXMLProps read FParent write FParent;
 
Public property Name: string read FName write SetName;
 
Public property Value: string read FValue write FValue;
 
Public property IntValue: Int64 read GetIntValue write SetIntValue;
 
Public property BoolValue: Boolean read GetBoolValue write SetBoolValue;
 
Public property FloatValue: Extended read GetFloatValue write SetFloatValue;
 
Public property NameSpace: string read FNameSpace write FNameSpace;
 
Public property Data: Pointer read FData write FData;
 

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:32:00