[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions when the component has finished loading during LCL component streaming.
Source position: calendar.pp line 116
protected procedure TCustomCalendar.Loaded; override; |
Loaded is an overridden method in TCustomCalendar, and calls the inherited method on entry. It ensures that property values in the class instance are posted to the widgetset class instance when its handle has been allocated. At run-time, the following properties are updated in the widget instance:
|
Native data type used for a date value on the calendar control. |
|
|
DisplaySettings contains options which control the appearance or behavior for the calendar control. |
|
|
Indicates the day of the week displayed as the first column in the calendar grid. |
|
|
Smallest date value that can entered or selected using the calendar control. |
|
|
Largest date value that can entered or selected using the calendar control. |
|
|
Performs actions when a component has been loaded during LCL streaming. |
Version 4.0 | Generated 2025-05-03 | Home |