[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: calendar.pp line 120
public constructor TCustomCalendar.Create( |
AOwner: TComponent |
); override; |
Create is the constructor for TCustomCalendar. Create calls the inherited Create method, and sets the style, initial bounds, and display settings for the calendar. Create sets the default date / time value to Now, and initializes MinDate and MaxDate to the empty date/time value (0.0).
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |