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

type TPairSplitterSide = class(TWinControl)

  class procedure WSRegisterClass; override;

  

WSRegisterClass - Register this Class for the current Widget Set

protected

  procedure SetParent(); override;

  

  procedure WMPaint(); message;

  

  procedure Paint; virtual;

  

  property Align;

  

  property Anchors;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property Splitter: TCustomPairSplitter; [r]

  

  property Visible;

  

  property Left;

  

  property Top;

  

  property Width;

  

  property Height;

  

published

  property ChildSizing;

  

  property ClientWidth;

  

  property ClientHeight;

  

  property Cursor;

  property Enabled;

  

  property OnMouseDown;

  

  property OnMouseMove;

  

  property OnMouseUp;

  

  property OnResize;

  

  property ShowHint;

  

  property ParentShowHint;

  

  property PopupMenu;

  

end;

Inheritance

TPairSplitterSide

  

|

TWinControl

|

TControl

|

TLCLComponent

  

TLCLComponent - base class for LCL components

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent

|

TObject

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