[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Control to show static text, possibly in multiple lines.
Source position: stdctrls.pp line 1464
type TLabel = class(TCustomLabel) |
||
published |
||
property Align; |
|
Specifies the placement of the control inside its Parent. |
property Alignment; |
|
Horizontal text justification (centered, left- or right-justified). |
property Anchors; |
|
The set of anchor definitions for this control. |
property AutoSize; |
|
Allows to automatically adjust the size of the control, according to its content. |
property BidiMode; |
|
Customization (of text controls) in bidirectional reading environments. |
property BorderSpacing; |
|
Determines the inner and outer border spacing for this control. |
property Caption; |
|
The text describing the control to the user. |
property Color; |
|
The background color of the control. |
property Constraints; |
|
The minimal and maximal Width and Height of this control. |
property DragCursor; |
|
The cursor shape shown while the control is dragged. |
property DragKind; |
|
The operation when the control is dragged - Drag or Dock. |
property DragMode; |
|
Allows the user to drag the control. |
property Enabled; |
|
Determines whether the control reacts on mouse or keyboard input. |
property FocusControl; |
|
The control associated with the label and its accelerator key (AccelChar). |
property Font; |
|
The font to be used for text display in this control. |
property Layout; |
|
Vertical alignment of the text (at top, bottom or centered). |
property ParentBidiMode; |
|
Allows to use the BiDiMode settings of Parent. Default is true. |
property ParentColor; |
|
If true, the Color of the control will be the same as the one from the Parent. Default is true. |
property ParentFont; |
|
If true, the Font of the control will be the same as the one from the Parent. Default is true. |
property ParentShowHint; |
|
If true, the value of ShowHint for the control will be the same as the one from the Parent. Default is true. |
property PopupMenu; |
|
A context-sensitive menu that pops up when the right mouse button is clicked over this control |
property ShowAccelChar; |
|
Underlines the character in the label that acts as an accelerator with a shortcut key. |
property ShowHint; |
|
Enables the Hint display. |
property Transparent; |
|
Whether the viewer can see through the control. The default value is true |
property Visible; |
|
Allows to show or hide the control, and all of its children. |
property WordWrap; |
|
Allows text to wrap into multiple lines, when the text is too long for the available Width. |
property OnClick; |
|
Notification handler for mouse clicks. |
property OnDblClick; |
|
Event Handler for double mouse clicks. |
property OnDragDrop; |
|
This handler determines the action on an drop onto this control, in a drag-drop operation. |
property OnDragOver; |
|
Event handler for a control being dragged over this control. |
property OnEndDrag; |
|
Notification handler for the end of a dragging operation. |
property OnMouseDown; |
|
Event handler for mouse button going down. |
property OnMouseMove; |
|
Event handler for mouse movement within the control. |
property OnMouseUp; |
|
Event handler for mouse button going up. |
property OnMouseEnter; |
|
Event handler for mouse entering the area of the control. |
property OnMouseLeave; |
|
Event handler for mouse leaving the area of the control. |
property OnChangeBounds; |
|
Event handler for a change of the Bounds of the control. |
property OnContextPopup; |
|
Invoked when a context-sensitive pop-up menu is requested. |
property OnResize; |
|
Notification handler for a resize of the control. |
property OnStartDrag; |
|
Event handler for the start of a dragging operation. |
property OptimalFill; |
|
If True, the font size is adjusted for optimal fill of the available space. |
end; |
|
Control to show static text, possibly in multiple lines. |
|
| | ||
|
The base class for TLabel. |
|
| | ||
|
TGraphicControl is the base class for all lightweight controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
|
How to use StdCtrls, ComCtrls or ExtCtrls |
|
|
Control to display an constant text. |