[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
| | ||
| | ||
|
TLCLComponent - base class for LCL components |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |