[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TCalendar - a graphic allowing the user to select a date which is returned as data to the calling routine
Source position: calendar.pp line 116
type TCalendar = class(TCustomCalendar) end; |
||
published |
||
|
Specifies the placement of the control inside its Parent. |
|
|
The set of anchor definitions for this control. |
|
property AutoSize: Boolean; |
||
property BorderSpacing: TControlBorderSpacing; |
|
Determines the inner and outer border spacing for this control. |
property Constraints: TSizeConstraints; |
|
The minimal and maximal Width and Height of this control. |
property DateTime: TDateTime; |
|
The composite DateTime value returned by the control |
property DisplaySettings: TDisplaySettings; |
|
DisplaySettings - various options governing the appearance of the display |
property Hint: TTranslateString; |
||
property OnChange: TNotifyEvent; |
|
OnChange - event handler for any change in Calendar |
property OnChangeBounds: TNotifyEvent; |
|
Event handler for a change of the Bounds of the control. |
property OnClick: TNotifyEvent; |
|
Notification handler for mouse clicks. |
property OnDayChanged: TNotifyEvent; |
|
OnDayChanged - event handler for a change in Day selected |
property OnDblClick: TNotifyEvent; |
|
Event Handler for double mouse clicks. |
property OnEnter: TNotifyEvent; |
|
Handler for control receiving the focus. |
property OnExit: TNotifyEvent; |
|
Handler for control loosing the focus. This is a good place for checking the finished user input. |
|
Handler for keyboard key pressed. |
|
property OnKeyPress: TKeyPressEvent; |
|
Handler for a character entered by the user. |
|
Handler for keyboard key released. |
|
property OnMonthChanged: TNotifyEvent; |
|
OnMonthChanged - event handler for a change in month selected |
property OnMouseDown: TMouseEvent; |
|
Event handler for mouse button going down. |
property OnMouseEnter: TNotifyEvent; |
|
Event handler for mouse entering the area of the control. |
property OnMouseLeave: TNotifyEvent; |
|
Event handler for mouse leaving the area of the control. |
property OnMouseMove: TMouseMoveEvent; |
|
Event handler for mouse movement within the control. |
property OnMouseUp: TMouseEvent; |
|
Event handler for mouse button going up. |
property OnMouseWheel: TMouseWheelEvent; |
||
property OnMouseWheelDown: TMouseWheelUpDownEvent; |
||
property OnMouseWheelUp: TMouseWheelUpDownEvent; |
||
property OnResize: TNotifyEvent; |
|
Notification handler for a resize of the control. |
property OnUTF8KeyPress: TUTF8KeyPressEvent; |
|
Handler for a character entered by the user. |
property OnYearChanged: TNotifyEvent; |
|
OnYearChanged - event handler for a change in the year selected |
property PopupMenu: TPopupMenu; |
|
A context-sensitive menu that pops up when the right mouse button is clicked over this control |
property ShowHint: Boolean; |
||
property TabStop: Boolean; |
|
Allows the user to navigate to this control, by pressing the Tab key. |
property Visible: Boolean; |
|
Allows to show or hide the control, and all of its children. |
|
TCalendar - a graphic allowing the user to select a date which is returned as data to the calling routine |
|
| | ||
|
TCustomCalendar - base class for TCalendar, a graphic for selecting a date |
|
| | ||
|
The base class for controls which can contain other (child) controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |