Unit 'DBCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TDBCalendar

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

Declaration

Source position: dbctrls.pp line 1262

type TDBCalendar = class(TCalendar)

protected

  procedure Notification(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure EditingDone; override;

  

  function ExecuteAction(); override;

  

  function UpdateAction(); override;

  

  property Field: TField; [r]

  

published

  property BorderSpacing: TControlBorderSpacing;

  

  property Constraints: TSizeConstraints;

  

  property DataField: string; [rw]

  

  property DataSource: TDataSource; [rw]

  

  property Date: string; [ws]

  

  property ReadOnly: Boolean; [rw]

  

  property DisplaySettings: TDisplaySettings; [s]

  

  property DoubleBuffered: Boolean;

  

  property DragCursor: TCursor;

  

  property DragMode: TDragMode;

  

  property ParentDoubleBuffered: Boolean;

  

  property Visible: Boolean;

  

  property OnClick: TNotifyEvent;

  

  property OnContextPopup: TContextPopupEvent;

  

  property OnDragDrop: TDragDropEvent;

  

  property OnDragOver: TDragOverEvent;

  

  property OnEndDrag: TEndDragEvent;

  

  property OnMouseMove: TMouseMoveEvent;

  

  property OnMouseDown: TMouseEvent;

  

  property OnDayChanged: TNotifyEvent;

  

  property OnMonthChanged: TNotifyEvent;

  

  property OnStartDrag: TStartDragEvent;

  

  property OnYearChanged: TNotifyEvent;

  

end;

Inheritance

TDBCalendar

  

|

TCalendar

  

|

TCustomCalendar

  

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio