Syntax
procedure Serialize(const ANode: IXMLNode; const AValueName: string;
                    AValue: TObject); overload;Parameters
- ANode
 Type: IXMLNode
- AValueName
 Type: string
- AValue
 Type: TObject
Syntax
procedure Serialize(const ANode: IXMLNode; const AValueName: string;
                    AValue: TObject); overload;Type: IXMLNode
Type: string
Type: TObject
See Also