Class TrDBListBox

Unit

Declaration

type TrDBListBox = class(TDBListBox)

Description

enhanced TDBListBox with bound label

Hierarchy

  • TDBListBox
  • TrDBListBox

Overview

Methods

Public procedure UpdateState(Sender: TObject); virtual;

Properties

Published property DataField: string read GetDataField write SetDataField;
Published property ReadOnlyColor: TColor read FReadOnlyColor write FReadOnlyColor default clBtnFace;
Published property DBEditLabel: TDBBoundLabel read FDBEditLabel;
Published property BoundLabel: rDBComponents.TBoundLabel read FBoundLabel;
Published property DefaultPrefix: string read FDefaultPrefix write SetDefaultPrefix;

Description

Methods

Public procedure UpdateState(Sender: TObject); virtual;

update current state of component (called automatically)

Properties

Published property DataField: string read GetDataField write SetDataField;
 
Published property ReadOnlyColor: TColor read FReadOnlyColor write FReadOnlyColor default clBtnFace;

define color for not edit state

Published property DBEditLabel: TDBBoundLabel read FDBEditLabel;

define properties of bound label

Published property BoundLabel: rDBComponents.TBoundLabel read FBoundLabel;

define properties of bounded label

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.15.0.