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

TPairSplitterSide

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

Declaration

Source position: pairsplitter.pas line 40

type TPairSplitterSide = class(TWinControl) end;

protected

  class procedure WSRegisterClass; override;

  

Registers this component class with the current WidgetSet.

  procedure SetParent(); override;

  

  procedure WMPaint(); message;

  

  procedure Paint; virtual;

  

  property Align: TAlign;

  

  property Anchors: TAnchors;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property Splitter: TCustomPairSplitter; [r]

  

  property Visible: Boolean;

  

  property Left: Integer;

  

  property Top: Integer;

  

  property Width: Integer;

  

  property Height: Integer;

  

published

  property ChildSizing: TControlChildSizing;

  

  property ClientWidth: Integer;

  

  property ClientHeight: Integer;

  

  property Constraints: TSizeConstraints;

  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 ShowHint: Boolean;

  

  property ParentShowHint: Boolean;

  

  property PopupMenu: TPopupMenu;

  

Inheritance

TPairSplitterSide

  

|

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.