Class TDateFromTo97 (unit DtEdFT97)

Inherits from

TCustomPanel

Constructors


Constructor Create(AOwner:TComponent);

Public declarations


Functions

procedure ClearDate (Sender: TObject);


Destructor Destroy;


Procedure Loaded;


procedure CMEnabledChanged(var Message: TMessage);

Protected declarations

function GetBtnBorderStyle : tBorderStyle;


function GetBtnDateStyle : tDateBtnStyle;


function GetBtnStyle : tButtonStyle;


function GetColorCalendar : tCalendarColors;


function GetColorError : tColor;


function GetDateFrom : tDateTime;


function GetDateTo : tDateTime;


function GetDayName : tDayName;


function GetLabelFrom : string;


function GetLabelTo : string;


function GetMonthName : tMonthName;


function GetOnChangeFrom : tNotifyEvent;


function GetOnChangeTo : tNotifyEvent;


function GetOptions : TDateOptions;


function GetShortCuts : tButtonsShortCut;


function GetStartOfWeek : tDayOfWeek;


function GetStartOfWeekEnd : tDayOfWeek;


procedure PlaceComponents;


procedure SetBtnBorderStyle (value : tBorderStyle);


procedure SetBtnDateStyle (value : tDateBtnStyle);


procedure SetBtnStyle (value : tButtonstyle);


procedure SetColorCalendar (value : tCalendarColors);


procedure SetColorError (value : tColor);


procedure SetDateFrom (value : tDateTime);


procedure SetDateTo (value : tDateTime);


procedure SetDayName (value : tDayName);


procedure SetLabelFrom (value : string);


procedure SetLabelTo (value : string);


procedure SetMonthName (value : tMonthName);


procedure SetOnChangeFrom (value : tNotifyEvent);


procedure SetOnChangeTo (value : tNotifyEvent);


procedure SetOptions (value : tDateOptions);


procedure SetOrientation (value : tOrientation);


procedure SetShortCuts (value : tButtonsShortCut);


procedure SetStartOfWeek (value : tDayOfWeek);


procedure SetStartOfWeekEnd (value : tDayOfWeek);


Properties

property About : TAboutMeProperty


property BevelInner :

Published declarations

property BevelOuter :


property BorderStyle :


property BorderWidth :


property ButtonBorderStyle : tBorderStyle


property ButtonDateStyle : tDateBtnStyle


property ButtonStyle : tButtonStyle


property ColorCalendar : tCalendarColors


property ColorError : tColor


property DateFrom : tDateTime


property DateTo : tDateTime


property DayNames : TDayName


property Font :


property MonthNames : TMonthName


property Options : tDateOptions


property PanelOrientation : tOrientation


property ShortCuts : tButtonsShortCut


property StartOfWeek : TDayOfWeek


property StartOfWeekEnd : TDayOfWeek


property TabOrder :


property TabStop :


property TextFrom : String


property TextTo : String


Events

event OnChangeFrom : TNotifyEvent


event OnChangeTo : TNotifyEvent


Variables

FAbout : TAboutMeProperty;

Private declarations

FDateFrom : TDateEdit97;


FDateTo : TDateEdit97;


FLabelFrom : TLabel;


FLabelTo : TLabel;


FOrientation : tOrientation;



Constructors


Constructor Create(AOwner:TComponent);

Public declarations


Functions


procedure ClearDate (Sender: TObject);


Destructor Destroy;


Procedure Loaded;


procedure CMEnabledChanged(var Message: TMessage);

Protected declarations


function GetBtnBorderStyle : tBorderStyle;


function GetBtnDateStyle : tDateBtnStyle;


function GetBtnStyle : tButtonStyle;


function GetColorCalendar : tCalendarColors;


function GetColorError : tColor;


function GetDateFrom : tDateTime;


function GetDateTo : tDateTime;


function GetDayName : tDayName;


function GetLabelFrom : string;


function GetLabelTo : string;


function GetMonthName : tMonthName;


function GetOnChangeFrom : tNotifyEvent;


function GetOnChangeTo : tNotifyEvent;


function GetOptions : TDateOptions;


function GetShortCuts : tButtonsShortCut;


function GetStartOfWeek : tDayOfWeek;


function GetStartOfWeekEnd : tDayOfWeek;


procedure PlaceComponents;


procedure SetBtnBorderStyle (value : tBorderStyle);


procedure SetBtnDateStyle (value : tDateBtnStyle);


procedure SetBtnStyle (value : tButtonstyle);


procedure SetColorCalendar (value : tCalendarColors);


procedure SetColorError (value : tColor);


procedure SetDateFrom (value : tDateTime);


procedure SetDateTo (value : tDateTime);


procedure SetDayName (value : tDayName);


procedure SetLabelFrom (value : string);


procedure SetLabelTo (value : string);


procedure SetMonthName (value : tMonthName);


procedure SetOnChangeFrom (value : tNotifyEvent);


procedure SetOnChangeTo (value : tNotifyEvent);


procedure SetOptions (value : tDateOptions);


procedure SetOrientation (value : tOrientation);


procedure SetShortCuts (value : tButtonsShortCut);


procedure SetStartOfWeek (value : tDayOfWeek);


procedure SetStartOfWeekEnd (value : tDayOfWeek);


Properties


property About : TAboutMeProperty


property BevelInner :

Published declarations


property BevelOuter :


property BorderStyle :


property BorderWidth :


property ButtonBorderStyle : tBorderStyle


property ButtonDateStyle : tDateBtnStyle


property ButtonStyle : tButtonStyle


property ColorCalendar : tCalendarColors


property ColorError : tColor


property DateFrom : tDateTime


property DateTo : tDateTime


property DayNames : TDayName


property Font :


property MonthNames : TMonthName


property Options : tDateOptions


property PanelOrientation : tOrientation


property ShortCuts : tButtonsShortCut


property StartOfWeek : TDayOfWeek


property StartOfWeekEnd : TDayOfWeek


property TabOrder :


property TabStop :


property TextFrom : String


property TextTo : String


Events


event OnChangeFrom : TNotifyEvent


event OnChangeTo : TNotifyEvent


Variables


FAbout : TAboutMeProperty;

Private declarations


FDateFrom : TDateEdit97;


FDateTo : TDateEdit97;


FLabelFrom : TLabel;


FLabelTo : TLabel;


FOrientation : tOrientation;