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

TRttiXMLConfig.ReadProperty

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

Declaration

Source position: laz2_xmlcfg.pas line 165

protected procedure TRttiXMLConfig.ReadProperty(

  Path: string;

  Instance: TObject;

  PropInfo: Pointer;

  DefInstance: TObject = Nil;

  OnlyProperty: string = ''

);

Arguments

Path

  

Path where the value is stored in the Document.

Instance

  

Object instance where the value is stored.

PropInfo

  

RTTI property information for the update property.

DefInstance

  

Object instance with the default value for the property.

OnlyProperty

  

List of property names included in the process; all properties are included when omitted.


Version 4.0 Generated 2025-05-03 Home