Class TrDBMemo
Unit
rDBComponents
Declaration
type TrDBMemo = class(TDBMemo)
Description
enhanced TDBMemo with bound label
Hierarchy
Overview
Methods
|
procedure UpdateState(Sender: TObject); virtual; |
|
function SearchText(const Search: string = ''; FromStart: boolean = true; IgnoreCase: boolean = true): boolean; |
|
function SearchNext: boolean; |
Properties
Description
Methods
|
procedure UpdateState(Sender: TObject); virtual; |
update current state of component (called automatically)
|
|
function SearchText(const Search: string = ''; FromStart: boolean = true; IgnoreCase: boolean = true): boolean; |
search and select text if found
|
|
function SearchNext: boolean; |
search and select next text occurrence
|
Properties
|
property ScaleRatio: double read FScaleRatio; |
define actual scale ratio relative to original designed size
|
|
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)
|
Generated by PasDoc 0.15.0.
|