[Overview][Classes][Procedures and functions][Index] |
Stores property values from an object to the specified path in the document.
Source position: laz2_xmlcfg.pas line 169
public procedure TRttiXMLConfig.WriteObject( |
Path: string; |
Obj: TObject; |
DefObject: TObject = Nil; |
OnlyProperty: string = '' |
); |
Path |
|
Path used as a container for property values from the object. |
Obj |
|
Object instance with property values written in the method. |
DefObject |
|
Object instance with the default values for the properties. |
OnlyProperty |
|
List of property names included in the process, or all properties when omitted. |
|
Writes a property value from an object to the specified path in the XML Document. |
|
|
Stores property values from the specified path to an object instance. |
Version 4.0 | Generated 2025-05-03 | Home |