System.Tether.AppProfile.TLocalAction.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ACollection: TCollection); override;

C++

__fastcall virtual TLocalAction(System::Classes::TCollection* ACollection);

Properties

Type Visibility Source Unit Parent
constructor public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TLocalAction

Description

Creates and initializes a TLocalAction instance.

Do not call Create to instantiate a local action. Instead, call the Add method of the local action collection to which the local action should belong.

See Also