Class TBorderLabel (unit BLabel)

Inherits from

TCustomLabel

Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions

procedure Paint;

Protected declarations

procedure SetColor(Value : Tcolor);


procedure SetStyle(Value : TpenStyle);


procedure SetWidth(Value : integer);


procedure Show(Value : boolean);


Properties

property Align :

inherited properties

property Alignment :


property Autosize :


property BorderColor : Tcolor

Published declarations } { own properties

property Borderpenstyle : TPenStyle


property BorderWidth : integer


property Caption :


property Color :


property Cursor :


property DragCursor :


property DragMode :


property Enabled :


property FocusControl :


property Font :


property ParentColor :


property ParentFont :


property ParentShowHint :


property ShowAccelChar :


property ShowBorder : boolean


property ShowHint :


property Transparent :


property Visible :


property WordWrap :


Events

event OnClick :


event OnDblClick :


event OnDragDrop :


event OnDragOver :


event OnEndDrag :


event OnMouseDown :


event OnMouseMove :


event OnMouseUp :


Variables

FBColor : Tcolor;

Private declarations

FBStyle : TPenStyle;


FBWidth : integer;


FShow : boolean;



Constructors


constructor Create(AOwner: TComponent);

Public declarations


Functions


procedure Paint;

Protected declarations


procedure SetColor(Value : Tcolor);


procedure SetStyle(Value : TpenStyle);


procedure SetWidth(Value : integer);


procedure Show(Value : boolean);


Properties


property Align :

inherited properties


property Alignment :


property Autosize :


property BorderColor : Tcolor

Published declarations } { own properties


property Borderpenstyle : TPenStyle


property BorderWidth : integer


property Caption :


property Color :


property Cursor :


property DragCursor :


property DragMode :


property Enabled :


property FocusControl :


property Font :


property ParentColor :


property ParentFont :


property ParentShowHint :


property ShowAccelChar :


property ShowBorder : boolean


property ShowHint :


property Transparent :


property Visible :


property WordWrap :


Events


event OnClick :


event OnDblClick :


event OnDragDrop :


event OnDragOver :


event OnEndDrag :


event OnMouseDown :


event OnMouseMove :


event OnMouseUp :


Variables


FBColor : Tcolor;

Private declarations


FBStyle : TPenStyle;


FBWidth : integer;


FShow : boolean;