Class TCalendarNav (unit Navigate) |
Inherits from
TCustomNavigator
constructor Create(AOwner: TComponent);
- public declarations
TCalendarNav
procedure BtnClick(Sender: TObject);
protected declarations If the connected TBaseCalendar has been deleted, make the connection nil
procedure Notification(AComponent: TComponent;
Operation: TOperation);
set FCalendarSource := Value
procedure SetSource(Value: TBaseCalendar);
initialize new default hints
property Align :
property Buttons :
property CalendarSource : TBaseCalendar
published declarations
property Ctl3D :
property Enabled :
property Glyphs :
property Hints :
property ShowHint :
property TabOrder :
property TabStop :
property UseCaptions :
property Visible :
event OnEnter :
event OnExit :
FCalendarSource : TBaseCalendar;
Private declarations
constructor Create(AOwner: TComponent);
public declarations
TCalendarNav
procedure BtnClick(Sender: TObject);
protected declarations
If the connected TBaseCalendar has been deleted, make the connection nil
procedure Notification(AComponent: TComponent;
Operation: TOperation);
set FCalendarSource := Value
procedure SetSource(Value: TBaseCalendar);
initialize new default hints
property Align :
property Buttons :
property CalendarSource : TBaseCalendar
published declarations
property Ctl3D :
property Enabled :
property Glyphs :
property Hints :
property ShowHint :
property TabOrder :
property TabStop :
property UseCaptions :
property Visible :
event OnEnter :
event OnExit :
FCalendarSource : TBaseCalendar;
Private declarations