[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Calendar' (#lcl)

TCustomCalendar.Loaded

Performs actions when the component has finished loading during LCL component streaming.

Declaration

Source position: calendar.pp line 116

protected procedure TCustomCalendar.Loaded; override;

Description

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:

See also

TCustomCalendar.DateTime

  

Native data type used for a date value on the calendar control.

TCustomCalendar.DisplaySettings

  

DisplaySettings contains options which control the appearance or behavior for the calendar control.

TCustomCalendar.FirstDayOfWeek

  

Indicates the day of the week displayed as the first column in the calendar grid.

TCustomCalendar.MinDate

  

Smallest date value that can entered or selected using the calendar control.

TCustomCalendar.MaxDate

  

Largest date value that can entered or selected using the calendar control.

TWinControl.Loaded

  

Performs actions when a component has been loaded during LCL streaming.


Version 4.0 Generated 2025-05-03 Home