[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 697

type TCustomDockForm = class(TCustomForm)

protected

  procedure DoAddDockClient(); override;

  

DoAddDockClient - add the specified control as a client for docking in the specified location (Arect)

  procedure DoRemoveDockClient(); override;

  

DoRemoveDockClient - method for removing a docking client

  procedure GetSiteInfo(); override;

  

GetSiteInfo - software emulation of the OnGetSiteInfo event

  procedure Loaded; override;

  

public

  constructor Create(); override;

  

  property AutoScroll;

  

Does auto-scrolling apply?

  property BorderStyle;

  

The border style for this Form

  property FormStyle;

  

Determinates the style of the form

published

  property PixelsPerInch;

  

The scaling of the form in absolute terms

end;

Inheritance

TCustomDockForm

  

TCustomDockForm - Base class for docking forms

|

TCustomForm

  

TCustomForm - the base type for TForm

|

TScrollingWinControl

  

TScrollingWinControl - a class of Window Contrl that has one or more scroll bars

|

TCustomControl

  

TCustomControl - a base class for many window controls

|

TWinControl

  

TWinControl - the base class for all windowed controls

|

TControl

  

TControl - the main ancestor class for visual controls.

|

TLCLComponent

?

TObject