Class TrDBEditDate

Unit

Declaration

type TrDBEditDate = class(TrDBEdit)

Description

enhanced TrDBEdit allows fast entering of the date value by keyboard or by Month calendar; supported input formats - dd, dd/mm, dd/mm/yy, dd/mm/yyyy shortcuts - arrows Up/Down (optionaly Ctrl+Shift) to move date/month/year t = today, s = start of month, e = end of month, d,p = dropdown month calendar (if right button is visible)

Hierarchy

Overview

Methods

Public procedure UpdateState(Sender: TObject); override;

Properties

Published property MinDate: TDateTime read FMinDate write FMinDate;
Published property MaxDate: TDateTime read FMaxDate write FMaxDate;
Published property DateValue: TDateTime read GetDate write SetDate;
Published property UpdateAfterChange: boolean read FUpdateAfterChange write FUpdateAfterChange default false;

Description

Methods

Public procedure UpdateState(Sender: TObject); override;
 

Properties

Published property MinDate: TDateTime read FMinDate write FMinDate;

Minimal date value which can be entered

Published property MaxDate: TDateTime read FMaxDate write FMaxDate;

Maximal date value which can be entered

Published property DateValue: TDateTime read GetDate write SetDate;

Get or Set actual Date value

Published property UpdateAfterChange: boolean read FUpdateAfterChange write FUpdateAfterChange default false;

define wheather record is update directly after enter or step change instead of after exit


Generated by PasDoc 0.15.0.