Create - constructor for TDateEdit: calls inherited Create and sets defaults.
Source position: editbtn.pas line 605
public constructor TDateEdit.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create - constructor for TDateEdit: calls inherited Create and sets defaults.
Initializes the dialog title, caption, display settings, and the default date.
|
Create - constructor for TCustomEditButton: calls inherited Create then sets some defaults and initializes some variables. |