[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: actnlist.pas line 193
public constructor TCustomAction.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the constructor for TCustomAction, and calls the inherited Create method. It initializes local variables in the class instance.
TBasicAction.Create |
lazarus-ccr.sourceforge.net |