[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Store a property value
Source position: rttiutils.pp line 113
public procedure TPropsStorage.StoreAnyProperty( |
PropInfo: PPropInfo |
); |
PropInfo |
|
Information about property to store |
StoreAnyProperty stores the property with information specified in PropInfo in the storage mechanism. The property value is retrieved from 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 |
|
|
Load a property value |
|
|
Load a list of properties |
|
|
Store a list of properties |