[Overview][Types][Classes][Index] Reference for unit 'Toolwin' (#lcl)

TToolWindow

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: toolwin.pp line 50

type TToolWindow = class(TCustomControl) end;

protected

  FUpdateCount: Integer;

  procedure AdjustClientRect(); override;

  

  procedure Paint; override;

  

public

  constructor Create(); override;

  

  procedure BeginUpdate; virtual;

  procedure EndUpdate; virtual;

  property EdgeBorders: TEdgeBorders; [rw]

  

  property EdgeInner: TEdgeStyle; [rw]

  

  property EdgeOuter: TEdgeStyle; [rw]

  

Inheritance

TToolWindow

  

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

The base class for controls which can contain other (child) controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.