[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: dialogs.pp line 118
public constructor TCommonDialog.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
The owner of the dialog: the component that called it. |
Create is the constructor for TCommonDialog, and calls the inherited Create method and adds default Title.
TComponent.Create |
lazarus-ccr.sourceforge.net |