[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TCalendarDialog - a popup calendar dialog that allows a date to be selected and returned to the main program
Source position: extdlgs.pas line 186
type TCalendarDialog = class(TExtCommonDialog) end; |
||
protected |
||
class procedure WSRegisterClass; override; |
|
Registers this component class with the current WidgetSet. |
procedure GetNewDate(); |
|
GetNewDate - programmatic simulation of OnClick event, which transfers the selected dae to the calling program |
procedure CalendarDblClick(); |
|
CalendarDblClick - method for handling doubleclick on the calendar |
function DefaultTitle; override; |
||
public |
||
constructor Create(); override; |
|
|
function Execute; override; |
|
A public method causing the dialog box to appear, offer the relevant choices to the user and act upon the choice |
property Left: Integer; [rw] |
||
property Top: Integer; [rw] |
||
published |
||
property Date: TDateTime; [rw] |
|
The selected Date, for return to the main program |
property DisplaySettings: TDisplaySettings; [rw] |
|
DisplaySettings - the user-selected settings determining the appearance of the display |
property OnDayChanged: TNotifyEvent; [rw] |
|
OnDayChanged - event handler when a different day is selected |
property OnMonthChanged: TNotifyEvent; [rw] |
|
OnMonthChanged - event handler when a different month is selected |
property OnYearChanged: TNotifyEvent; [rw] |
|
OnYearChanged - event handler when a different year is selected |
property OnChange: TNotifyEvent; [rw] |
||
|
OKCaption - caption for the OK button |
|
property CancelCaption: TCaption; [rw] |
|
CancelCaption - caption for the Cancel button |
|
TCalendarDialog - a popup calendar dialog that allows a date to be selected and returned to the main program |
|
| | ||
| | ||
|
TCommonDialog : the base type from which other dialogs are derived |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |