[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 105
type TCalendar = class(TCustomCalendar) |
||
published |
||
property Align; |
|
Specifies the placement of the control inside its Parent. |
property Anchors; |
|
The set of anchor definitions for this control. |
property AutoSize; |
||
property BorderSpacing; |
|
Determines the inner and outer border spacing for this control. |
property Constraints; |
|
The minimal and maximal Width and Height of this control. |
property DateTime; |
|
The composite DateTime value returned by the control |
property DisplaySettings; |
|
DisplaySettings - various options governing the appearance of the display |
property Hint; |
||
property OnChange; |
|
OnChange - event handler for any change in Calendar |
property OnChangeBounds; |
|
Event handler for a change of the Bounds of the control. |
property OnClick; |
|
Notification handler for mouse clicks. |
property OnDayChanged; |
|
OnDayChanged - event handler for a change in Day selected |
property OnDblClick; |
|
Event Handler for double mouse clicks. |
property OnEnter; |
|
Handler for control receiving the focus. |
property OnExit; |
|
Handler for control loosing the focus. This is a good place for checking the finished user input. |
property OnKeyDown; |
|
Handler for keyboard key pressed. |
property OnKeyPress; |
|
Handler for a character entered by the user. |
property OnKeyUp; |
|
Handler for keyboard key released. |
property OnMonthChanged; |
|
OnMonthChanged - event handler for a change in month selected |
property OnMouseDown; |
|
Event handler for mouse button going down. |
property OnMouseEnter; |
|
Event handler for mouse entering the area of the control. |
property OnMouseLeave; |
|
Event handler for mouse leaving the area of the control. |
property OnMouseMove; |
|
Event handler for mouse movement within the control. |
property OnMouseUp; |
|
Event handler for mouse button going up. |
property OnResize; |
|
Notification handler for a resize of the control. |
property OnUTF8KeyPress; |
|
Handler for a character entered by the user. |
property OnYearChanged; |
|
OnYearChanged - event handler for a change in the year selected |
property PopupMenu; |
|
A context-sensitive menu that pops up when the right mouse button is clicked over this control |
property ShowHint; |
||
property TabOrder; |
||
property TabStop; |
|
Allows the user to navigate to this control, by pressing the Tab key. |
property Visible; |
|
Allows to show or hide the control, and all of its children. |
end; |
|
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 |