[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Load a list of properties
Source position: rttiutils.pp line 116
public procedure TPropsStorage.LoadProperties( |
PropList: TStrings |
); |
PropList |
|
List with names of properties whose value should be loaded |
LoadProperties loads the values of all properties in PropList from the storage mechanism. The list should contain names of published properties of the AObject object.
If an invalid property name is specified, an exception will be raised.
|
Object to load or store properties from |
|
|
Store a property value |
|
|
Store a list of properties |
|
|
Load a property value |