[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TCustomDockForm

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

TCustomDockForm - Base class for docking forms

Declaration

Source position: forms.pp line 688

type TCustomDockForm = class(TCustomForm)

protected

  procedure DoAddDockClient(); override;

  

  procedure DoRemoveDockClient(); override;

  

  procedure GetSiteInfo(); override;

  

  procedure Loaded; override;

  

public

  constructor Create(); override;

  

  property AutoScroll;

  

  property BorderStyle;

  

  property FormStyle;

  

published

  property PixelsPerInch;

  

end;

Inheritance

TCustomDockForm

  

TCustomDockForm - Base class for docking forms

|

TCustomForm

  

TCustomForm - the base type for TForm

|

TScrollingWinControl

  

Scrolling Window Control

|

TCustomControl

  

TCustomControl - a base class for many window controls

|

TWinControl

  

The base class for all windowed controls

|

TControl

  

TControl - the main ancestor class for visual controls.

|

TLCLComponent

?

TObject

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