[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection of named collection items.
Source position: inicol.pp line 83
| type TNamedIniCollection = class(TIniCollection) | ||
| public | ||
| function IndexOfUserData(); | 
 | Search for an item based on it's UserData property. | 
| function IndexOfName(); | 
 | Search for an item, based on its name, and return its position. | 
| function FindByName(); | 
 | Return the item based on its name. | 
| function FindByUserData(); | 
 | Return the item based on its UserData. | 
| property NamedItems []: TNamedIniCollectionItem; default; [rw] | 
 | Indexed access to the TNamedIniCollectionItem items. | 
| end; | 
| 
 | Collection of named collection items. | |
| | | ||
| 
 | Collection which can write itself to an .ini file. | |
| | | ||
| | | ||
| | | ||
TNamedIniCollection is the collection to go with the TNamedIniCollectionItem item class. it provides some functions to look for items based on the UserData or based on the Name.
| 
 | TIniCollectionItem with a name property. | |
| 
 | Search for an item based on it's UserData property. | |
| 
 | Search for an item, based on its name, and return its position. |