[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Creates a new instance of a TBasicAction class.
Source position: classesh.inc line 1438
public constructor TBasicAction.Create( |
AOwner: TComponent |
); override; |
Create calls the inherited constructor, and then initializes the list of clients controls (or action lists) by adding the AClient argument to the list of client controls.
Under normal circumstances it should not be necessary to create a TBasicAction descendent manually, actions are created in an IDE.
|
Destroys the action. |
|
No notes exist for this page yet.