Unit 'orca_scene2d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca]

TD2CalendarBox

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

Declaration

Source position: orca_scene2d.pas line 5876

type TD2CalendarBox = class(TD2TextControl)

protected

  procedure MouseDown(); override;

  

  procedure DoClosePopup();

  

  procedure DoCalendarChanged();

  

  procedure DoDayChanged();

  

  procedure DoContentPaint();

  

  procedure ApplyStyle; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure DropDown;

  

  property Calendar: TD2Calendar; [r]

  

published

  property CanFocused: Boolean;

  

  property DisableFocusEffect: Boolean;

  

  property TabOrder: TTabOrder;

  

  property Cursor: TCursor;

  

  property Date: TDate; [rw]

  

  property TextAlign: TD2TextAlign;

  

end;

Inheritance

TD2CalendarBox

  

|

TD2TextControl

  

|

TD2Control

  

|

TD2VisualObject

  

|

TD2Object

  

|

TObject



CT Web help

CodeTyphon Studio