[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: inicol.pp line 60
type TNamedIniCollectionItem = class(TIniCollectionItem) |
protected |
FName: string; |
FUserData: TObject; |
procedure SetCollection(); override; |
function GetSectionName; override; |
procedure SetSectionName(); override; |
public |
property UserData: TObject; [rw] |
published |
property Name: string; [rw] |
end; |
| |
| |
TObject |