[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Concatenates component and property name
Source position: rttiutils.pp line 131
function CreateStoredItem( |
const CompName: string; |
const PropName: string |
):string; |
CompName |
|
Component name |
PropName |
|
Property name |
Full property path
CreateStoredItem concatenates CompName and PropName if they are both empty. The names are separated by a dot (.) character. If either of the names is empty, an empty string is returned.
This function can be used to create items for the list of properties such as used in UpdateStoredList, TPropsStorage.StoreObjectsProps or TPropsStorage.LoadObjectsProps.
|
Split a property reference to component reference and property name |
|
|
Update a stringlist with object references |
|
|
Store a list of component properties |
|
|
Load a list of component properties |