[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: editbtn.pas line 633
public constructor TDateEdit.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the constructor for TDateEdit. It calls the inherited Create method and sets the default values for properties in the class instance.
Create initializes the dialog title, caption, display settings, and the default date.
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |