[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Load a property value
Source position: rttiutils.pp line 114
public procedure TPropsStorage.LoadAnyProperty( |
PropInfo: PPropInfo |
); |
PropInfo |
|
Information about property to load |
LoadAnyProperty loads the property with information specified in PropInfo from the storage mechanism. The value is then applied to the object instance specified in the AObject property of TPropsStorage.
If the property pointer is invalid or AObject is invalid, an exception will be raised.
|
Object to load or store properties from |
|
|
Store a property value |
|
|
Load a list of properties |
|
|
Store a list of properties |