THYRepositoryCollectionItem
Overview
The THYRepositoryCollectionItem is a base class for Hydra repository items.
Location
- Unit: Hydra.VCL.PluginControlsRepository.pas
- Ancestry: TCollectionItem | THYRepositoryCollectionItem
Properties
Collection
Gets reference to the THYRepositoryCollection that holds this item.
property Collection: THYRepositoryCollection read
Instance Methods
constructor Create override
Creates a new instance of the class.
constructor Create(aCollection: TCollection)
Parameters:
- aCollection: Reference to a parent collection.