Class TrDBLookupListBox

Unit

Declaration

type TrDBLookupListBox = class(TDBLookupListBox)

Description

enhanced TDBLookupListBox with bound label

Hierarchy

  • TDBLookupListBox
  • TrDBLookupListBox

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;
Published property OnMouseClick: TNotifyEvent read FOnMouseClick write FOnMouseClick;

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)

Published property OnMouseClick: TNotifyEvent read FOnMouseClick write FOnMouseClick;

define event after mouse up


Generated by PasDoc 0.15.0.