Class TrDBEditDate

Unit

Declaration

type TrDBEditDate = class(TrDBEdit)

Description

enhanced rDBEdit 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

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

Properties

Published property MinDate: TDateTime read FMinDate write FMinDate;

Minimal value which can be entered

Published property MaxDate: TDateTime read FMaxDate write FMaxDate;

Maximal value which can be entered

Published property DateValue: TDateTime read GetDate write SetDate;

Get or Set actual Date

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.