System.Tether.AppProfile.TActionCollection.Create
Delphi
constructor Create(AOwner: TComponent; ItemClass: TCollectionItemClass);
C++
__fastcall TActionCollection(System::Classes::TComponent* AOwner, System::Classes::TCollectionItemClass ItemClass);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | System.Tether.AppProfile.pas System.Tether.AppProfile.hpp |
System.Tether.AppProfile | TActionCollection |
Description
Creates and initializes a TActionCollection instance.
Create takes two parameters:
AOwner
is the owner of the TActionCollection instance. It must be an instance of TPersistent or a subclass.ItemClass
determines the class of the items created by the Add method. It must be TCollectionItem or a subclass.