Class TrDBComboBox
Unit
rDBComponents
Declaration
type TrDBComboBox = class(TDBComboBox)
Description
enhanced DBComboBox with bound label
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure UpdateState(Sender: TObject); virtual; |
update current state of component (called automatically)
|
Properties
 |
property DataField: string read GetDataField write SetDataField; |
|
 |
property ReadOnlyColor: TColor read FReadOnlyColor write FReadOnlyColor default clBtnFace; |
define color for not edit state
|
 |
property DBEditLabel: TDBBoundLabel read FDBEditLabel; |
define properties of bound label
|
 |
property DefaultPrefix: string read FDefaultPrefix write SetDefaultPrefix; |
define prefix for auto-named function (name of component is set according datafield)
|
 |
property DropDownAutoWidth: boolean read FDropDownAutoWidth write FDropDownAutoWidth default true; |
defines whether width of dropdown list is set according items length
|
 |
property DropDownMaxWidth: integer read FDropDownMaxWidth write FDropDownMaxWidth default 600; |
defines maximal width of dropdown list
|
 |
property UpdateAfterClick: boolean read FUpdateAfterClick write FUpdateAfterClick default false; |
define wheather record is update directly after click instead of after exit
|
 |
property DisplayedItems: TDisplayedItems read FDisplayedItems write FDisplayedItems; |
define additional item columns
|
 |
property OnGetListItemProps: TGetListItemProps read FGetListItemProps write FGetListItemProps; |
event for user definition of item properties
|
Generated by PasDoc 0.13.0 on 2016-10-19 12:19:00
|