Unit 'ExtDlgs' Package
[Overview][Classes][Procedures and functions][Index] [#lcl]

TCalendarDialog

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: extdlgs.pas line 190

type TCalendarDialog = class(TExtCommonDialog)

protected

  class procedure WSRegisterClass; override;

  

  procedure GetNewDate();

  

  procedure CalendarDblClick();

  

  function DefaultTitle; override;

  

public

  constructor Create(); override;

  

  function Execute; override;

  

  property Left: Integer; [rw]

  

  property Top: Integer; [rw]

  

published

  property Date: TDateTime; [rw]

  

  property DisplaySettings: TDisplaySettings; [rw]

  

  property FirstDayOfWeek: TCalDayOfWeek; [rw]

  

  property OKCaption: TCaption; [rw]

  

  property CancelCaption: TCaption; [rw]

  

  property OnDayChanged: TNotifyEvent; [rw]

  

  property OnMonthChanged: TNotifyEvent; [rw]

  

  property OnYearChanged: TNotifyEvent; [rw]

  

  property OnChange: TNotifyEvent; [rw]

  

end;

Inheritance

TCalendarDialog

  

|

TExtCommonDialog

  

|

TCommonDialog

  

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio