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

TLazDockSplitter

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

TLazDockSplitter - a splitter used with Lazarus docking components.

Declaration

Source position: ldocktree.pas line 258

type TLazDockSplitter = class(TCustomSplitter)

public

  constructor Create(); override;

  

Create - constructor for TLazDockSplitter: calls inherited Create and initializes minimum size.

end;

Inheritance

TLazDockSplitter

  

TLazDockSplitter - a splitter used with Lazarus docking components.

|

TCustomSplitter

  

TCustomSplitter is the base type for TSplitter.

|

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

  

The base class for LCL components which have an associated widget.

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

TObject


Version 3.2 Generated 2024-02-25 Home