Class TDBBoundLabel

Unit

Declaration

type TDBBoundLabel = class(TCustomLabel)

Description

TLabel subcomponent used by rDBComponents as field caption

Hierarchy

  • TCustomLabel
  • TDBBoundLabel

Overview

Properties

Published property OwnCaption: string read FOwnCaption write SetOwnCaption;
Published property ShowRequiredBold: boolean read FShowRequiredBold write SetShowRequiredBold default false;
Published property ShowRequiredMark: boolean read FShowRequiredMark write SetShowRequiredMark default true;
Published property RequiredMarkColor: TColor read FRequiredMarkColor write SetRequiredMarkColor default clRed;
Published property RequiredMarkSpace: integer read FRequiredMarkSpace write SetRequiredMarkSpace default 2;
Published property Position: TLabelPos read FPosition write SetPosition default lpTopLeft;
Published property FieldCaptionSuffix: string read FFieldCaptionSuffix write SetFieldCaptionSuffix stored IsFieldCaptionSuffixStored;
Published property Color;
Published property Font;
Published property ParentColor;
Published property ParentFont;
Published property ShowAccelChar;
Published property Transparent stored false;
Published property Visible;
Published property OnClick;
Published property OnDblClick;
Published property Left stored false;
Published property Top stored false;
Published property Width stored false;
Published property Height stored false;

Description

Properties

Published property OwnCaption: string read FOwnCaption write SetOwnCaption;

user defined caption text for component, if empty DisplayLabel of connected field is used

Published property ShowRequiredBold: boolean read FShowRequiredBold write SetShowRequiredBold default false;

define whether boundlabel is bold for required field

Published property ShowRequiredMark: boolean read FShowRequiredMark write SetShowRequiredMark default true;

define whether asterisk is shown for required field

Published property RequiredMarkColor: TColor read FRequiredMarkColor write SetRequiredMarkColor default clRed;

define color of asterisk shown for required field

Published property RequiredMarkSpace: integer read FRequiredMarkSpace write SetRequiredMarkSpace default 2;

define space between caption and asterisk shown for required field

Published property Position: TLabelPos read FPosition write SetPosition default lpTopLeft;

define possition of bound label

Published property FieldCaptionSuffix: string read FFieldCaptionSuffix write SetFieldCaptionSuffix stored IsFieldCaptionSuffixStored;

define suffix after field caption

Published property Color;
 
Published property Font;
 
Published property ParentColor;
 
Published property ParentFont;
 
Published property ShowAccelChar;
 
Published property Transparent stored false;
 
Published property Visible;
 
Published property OnClick;
 
Published property OnDblClick;
 
Published property Left stored false;
 
Published property Top stored false;
 
Published property Width stored false;
 
Published property Height stored false;
 

Generated by PasDoc 0.15.0.