[Overview][Constants][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TIniCollectionItem with a name property
Source position: inicol.pp line 60
type TNamedIniCollectionItem = class(TIniCollectionItem) |
||
public |
||
|
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 |
|
| | ||
| | ||
| | ||
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 |