Class TrEditDate

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TrEditDate = class(TEdit)

Description

enhanced TEdit component which provides functionality for editing of date value

Hierarchy

  • TEdit
  • TrEditDate

Overview

Properties

Published property MinDate: TDateTime read FMinDate write FMinDate;
Published property MaxDate: TDateTime read FMaxDate write FMaxDate;
Published property NowIfEmpty: boolean read FNowIfEmpty write FNowIfEmpty default false;
Published property NowOnStart: boolean read FNowOnStart write FNowOnStart default false;
Published property DateValue: TDateTime read GetDate write SetDate;

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 NowIfEmpty: boolean read FNowIfEmpty write FNowIfEmpty default false;

Defines whether Now is used if Text is empty

Published property NowOnStart: boolean read FNowOnStart write FNowOnStart default false;

Defines whether Now is entered on startup

Published property DateValue: TDateTime read GetDate write SetDate;

Get or Set actual Date


Generated by PasDoc 0.13.0 on 2016-02-19 08:14:10