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