[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: actnlist.pas line 195
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.
Version 4.0 | Generated 2025-05-03 | Home |