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

TPairSplitter

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

Declaration

Source position: pairsplitter.pas line 120

type TPairSplitter = class(TCustomPairSplitter)

published

  property Align;

  

  property Anchors;

  

  property BorderSpacing;

  

  property Constraints;

  property Cursor;

  property Enabled;

  

  property OnMouseDown;

  

  property OnMouseMove;

  

  property OnMouseUp;

  

  property OnResize;

  

  property OnChangeBounds;

  

  property ParentShowHint;

  

  property PopupMenu;

  

  property Position;

  

  property ShowHint;

  

  property SplitterType;

  

  property Visible;

  

end;

Inheritance

TPairSplitter

  

|

TCustomPairSplitter

  

|

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