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

type TPairSplitter = class(TCustomPairSplitter) end;

published

  property Align: TAlign;

  

  property Anchors: TAnchors;

  

  property BorderSpacing: TControlBorderSpacing;

  

  property Constraints: TSizeConstraints;

  property Color: TColor;

  property Cursor: TCursor;

  property Enabled: Boolean;

  

  property OnMouseDown: TMouseEvent;

  

  property OnMouseEnter: TNotifyEvent;

  property OnMouseLeave: TNotifyEvent;

  property OnMouseMove: TMouseMoveEvent;

  

  property OnMouseUp: TMouseEvent;

  

  property OnMouseWheel: TMouseWheelEvent;

  property OnMouseWheelDown: TMouseWheelUpDownEvent;

  property OnMouseWheelUp: TMouseWheelUpDownEvent;

  property OnResize: TNotifyEvent;

  

  property OnChangeBounds: TNotifyEvent;

  

  property ParentShowHint: Boolean;

  

  property PopupMenu: TPopupMenu;

  

  property Position: Integer;

  

  property ShowHint: Boolean;

  

  property SplitterType: TPairSplitterType;

  

  property Visible: Boolean;

  

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

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