Class TrDBDateTimePicker

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TrDBDateTimePicker = class(TDateTimePicker)

Description

DB version of TimePicker with bound label and null value checkbox

Hierarchy

  • TDateTimePicker
  • TrDBDateTimePicker

Overview

Properties

Published property DataField: string read GetDataField write SetDataField;
Published property DataSource: TDataSource read GetDataSource write SetDataSource;
Published property ReadOnlyColor: TColor read FReadOnlyColor write FReadOnlyColor default clBtnFace;
Published property DataAllowNull: boolean read FDataAllowNull write SetDataAllowNull default false;
Published property EnabledAll: boolean read FEnabledAll write SetEnabledAll default true;
Published property DBEditLabel: TDBBoundLabel read FDBEditLabel;
Published property IsChecked: boolean read GetIsChecked;
Published property FormatEmpty: string read FFormatEmpty write FFormatEmpty;
Published property DefaultPrefix: string read FDefaultPrefix write SetDefaultPrefix;

Description

Properties

Published property DataField: string read GetDataField write SetDataField;
 
Published property DataSource: TDataSource read GetDataSource write SetDataSource;
 
Published property ReadOnlyColor: TColor read FReadOnlyColor write FReadOnlyColor default clBtnFace;

define color for not edit state

Published property DataAllowNull: boolean read FDataAllowNull write SetDataAllowNull default false;

define whether checkbox is shown and null value can be entered

Published property EnabledAll: boolean read FEnabledAll write SetEnabledAll default true;

define whether all component including label is enable

Published property DBEditLabel: TDBBoundLabel read FDBEditLabel;

define properties of bound label

Published property IsChecked: boolean read GetIsChecked;

return whether null checkbox is checked

Published property FormatEmpty: string read FFormatEmpty write FFormatEmpty;

define format for empty (null) date

Published property DefaultPrefix: string read FDefaultPrefix write SetDefaultPrefix;

define prefix for auto-named function (name of component is set according datafield)


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