Unit 'Toolwin' Package
[Overview][Types][Classes][Index] [#lcl]

TToolWindow

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

Declaration

Source position: toolwin.pp line 53

type TToolWindow = class(TCustomControl)

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]

  

end;

Inheritance

TToolWindow

  

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio