Class TDBBoundLabel
Unit
rDBComponents
Declaration
type TDBBoundLabel = class(TCustomLabel)
Description
TLabel subcomponent used by rDBComponents as field caption
Hierarchy
- TCustomLabel
- TDBBoundLabel
Overview
Properties
Description
Properties
|
property OwnCaption: string read FOwnCaption write SetOwnCaption; |
user defined caption text for component, if empty DisplayLabel of connected field is used
|
|
property ShowRequiredBold: boolean read FShowRequiredBold write SetShowRequiredBold default false; |
define whether boundlabel is bold for required field
|
|
property ShowRequiredMark: boolean read FShowRequiredMark write SetShowRequiredMark default true; |
define whether asterisk is shown for required field
|
|
property RequiredMarkColor: TColor read FRequiredMarkColor write SetRequiredMarkColor default clRed; |
define color of asterisk shown for required field
|
|
property RequiredMarkSpace: integer read FRequiredMarkSpace write SetRequiredMarkSpace default 2; |
define space between caption and asterisk shown for required field
|
|
property Position: TLabelPos read FPosition write SetPosition default lpTopLeft; |
define possition of bound label
|
|
property FieldCaptionSuffix: string read FFieldCaptionSuffix write SetFieldCaptionSuffix stored IsFieldCaptionSuffixStored; |
define suffix after field caption
|
|
property Color; |
|
|
property Font; |
|
|
property ParentColor; |
|
|
property ParentFont; |
|
|
property ShowAccelChar; |
|
|
property Transparent stored false; |
|
|
property Visible; |
|
|
property OnClick; |
|
|
property OnDblClick; |
|
|
property Left stored false; |
|
|
property Top stored false; |
|
|
property Width stored false; |
|
|
property Height stored false; |
|
Generated by PasDoc 0.15.0.
|