[Overview][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XMLCfg' (#lazutils)

TRttiXMLConfig.ReadObject

Stores property values from the specified path to an object instance.

Declaration

Source position: laz2_xmlcfg.pas line 171

public procedure TRttiXMLConfig.ReadObject(

  Path: string;

  Obj: TObject;

  DefObject: TObject = Nil;

  OnlyProperty: string = ''

);

Arguments

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.

See also

TRttiXMLConfig.ReadProperty

  

Stores the value for the specified path to a property in an object instance.

TRttiXMLConfig.WriteObject

  

Stores property values from an object to the specified path in the document.


Version 4.0 Generated 2025-05-03 Home