[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: separator.inc line 21
type TCustomSeparator = class(TWidget) |
||
protected |
||
|
||
FSpacing: Integer; |
|
|
procedure Paint(); override; |
|
|
procedure CalcSizes; override; |
|
|
property Orientation: TOrientation; [rw] |
|
|
property Spacing: Integer; [rw] |
|
|
public |
||
constructor Create(); override; |
|
|
end; |
|
||
| | ||
|
The TWidget class is the base class of all user interface objects. |
|
| | ||
TComponent |
||
? | ||
TObject |