Skip to content

TBasicAction.Create

Creates a new instance of a TBasicAction class.

Declaration

Source position: classesh.inc line 2187

public 
  constructor Create(AOwner: TComponent);  Override;

Description

Create calls the inherited constructor, and then initializes the list of clients controls (or action lists).

Under normal circumstances it should not be necessary to create a TBasicAction descendant manually, actions are created in an IDE.

See also

Name Description
AssignClient
Destroy Destroys the action.