[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: pairsplitter.pas line 126
type TPairSplitter = class(TCustomPairSplitter) end; |
||
published |
||
|
||
|
||
property BorderSpacing: TControlBorderSpacing; |
|
|
property Constraints: TSizeConstraints; |
||
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; |
|
|
|
||
| | ||
|
||
| | ||
|
The base class for controls which can contain other (child) controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |