[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TIniCollectionItem with a name property.
Source position: inicol.pp line 66
type TNamedIniCollectionItem = class(TIniCollectionItem) |
||
public |
||
property UserData: TObject; [rw] |
|
User-defined data. |
published |
||
property Name: string; [rw] |
|
Name of the item. |
end; |
|
TIniCollectionItem with a name property. |
|
| | ||
|
Collection item with support for loading/saving from/to ini file. |
|
| | ||
| | ||
| | ||
TObject,IFPObserved |
TNamedIniCollectionItem is a TIniCollectionItem descent with a published name property. The name is used as the section name when saving the item to the ini file.
|
Collection item with support for loading/saving from/to ini file. |