[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: editbtn.pas line 380
public constructor TFileNameEdit.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited constructor. Create allocates resource needed for the DialogFiles property, and sets the default values for the DialogKind and DialogOptions properties.
|
DialogFiles is the list of files for the dialog. |
|
|
Determines the dialog type executed when the Button in the control is clicked. |
|
|
DialogOptions - set of options enabled for the file open dialog. |
|
|
Create - constructor for TCustomEditButton: calls inherited Create then sets some defaults and initializes some variables. |