| Class TEllipsisLabel (unit EllipsisLabel) |
TCustomLabel
| Constructors |
constructor Create(AOwner: TComponent);| Functions |
procedure Paint;
procedure DoDrawText(var Rect: TRect; Flags: Word);
procedure SetEllipsis(Value: TEllipsis);| Properties |
property Align :
property Alignment :
property AutoSize :
property Caption :
property Color :
property DragCursor :
property DragMode :
property Ellipsis : TEllipsis
property Enabled :
property FocusControl :
property Font :
property Layout :
property ParentColor :
property ParentFont :
property ParentShowHint :
property PopupMenu :
property ShowAccelChar :
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 :
event OnStartDrag : | Variables |
FEllipsis : TEllipsis;| Constructors |
constructor Create(AOwner: TComponent);Constructor
| Functions |
procedure Paint;A rewrite of Borlands paint.
procedure DoDrawText(var Rect: TRect; Flags: Word);A rewrite of Borlands DoDrawText.
procedure SetEllipsis(Value: TEllipsis);Control the Ellipsis property
| Properties |
property Align :
property Alignment :
property AutoSize :
property Caption :
property Color :
property DragCursor :
property DragMode :
property Ellipsis : TEllipsis
property Enabled :
property FocusControl :
property Font :
property Layout :
property ParentColor :
property ParentFont :
property ParentShowHint :
property PopupMenu :
property ShowAccelChar :
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 :
event OnStartDrag : | Variables |
FEllipsis : TEllipsis;