Class TrDBMemoCB
Unit
rDBComponents
Declaration
type TrDBMemoCB = class(TrDBMemo)
Description
enhanced TrDBMemo with combobox function
Hierarchy
Overview
Methods
Properties
Description
Methods
|
procedure UpdateState(Sender: TObject); override; |
update current state of component (called automatically)
|
Properties
|
property ButtonInsert: TBoundSpeedButton read FButtonInsert; |
define properties of bounded Insert button
|
|
property ButtonAdd: TBoundSpeedButton read FButtonAdd; |
define properties of bounded Add button
|
|
property ListBox: TBoundListBox read FListBox; |
define properties of bounded ListBox
|
|
property ShowButtonInsert: boolean read FShowButtonInsert write SetShowButtonInsert default true; |
define visibility of Insert button
|
|
property ShowButtonAdd: boolean read FShowButtonAdd write SetShowButtonAdd default true; |
define visibility of Add button
|
|
property OnShowListBox: TNotifyEvent read FShowListBox write FShowListBox; |
event called before showing of bounded listbox
|
|
property NoDuplicLine: boolean read FNoDuplicLine write FNoDuplicLine default false; |
define whrether existing line can be added
|
Generated by PasDoc 0.15.0.
|