System.Tether.AppProfile.TActionCollection.Create

From RAD Studio API Documentation
Jump to: navigation, search

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:

See Also