[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: toolwin.pp line 56
type TToolWindow = class(TCustomControl) |
||
protected |
||
procedure AdjustClientRect(); override; |
|
|
procedure Paint; override; |
|
|
public |
||
constructor Create(); override; |
|
|
property EdgeBorders: TEdgeBorders; [rw] |
|
|
property EdgeInner: TEdgeStyle; [rw] |
|
|
property EdgeOuter: TEdgeStyle; [rw] |
|
|
end; |
|
||
| | ||
|
TCustomControl - a base class for many window controls |
|
| | ||
|
TWinControl - the base class for all windowed controls |
|
| | ||
|
TControl - the main ancestor class for visual controls. |
|
| | ||
TLCLComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |