[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Creates a new instance of a TBasicActionclass.
Source position: classesh.inc line 1414
public constructor TBasicAction.Create( |
AOwner: TComponent |
); override; |
Createcalls the inherited constructor, and then initializes the list of clients controls (or action lists) by adding the AClientargument to the list of client controls.
Under normal circumstances it should not be necessary to create a TBasicActiondescendent manually, actions are created in an IDE.
|
Destroys the action. |
|