[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: label.inc line 24
type TCustomLabel = class(TWidget) |
||
protected |
||
FAlignment: TAlignment; |
|
|
procedure Paint(); override; |
|
|
procedure CalcSizes; override; |
|
|
property Alignment: TAlignment; [rw] |
|
|
|
||
public |
||
constructor Create(); overload; |
|
|
end; |
|
||
| | ||
|
The TWidget class is the base class of all user interface objects. |
|
| | ||
TComponent |
||
? | ||
TObject |