Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TMouse = class(TObject)
![]() |
FCapture: HWND; |
![]() |
FDragImmediate: Boolean; |
![]() |
FDragThreshold: Integer; |
![]() |
Procedure SetCapture(const Value: HWND); |
![]() |
Function GetCapture: HWND; |
![]() |
Function GetCursorPos: TPoint; |
![]() |
function GetIsDragging: Boolean; |
![]() |
procedure SetCursorPos(AValue : TPoint); |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
property Capture: HWND read GetCapture write SetCapture; |
![]() |
property CursorPos: TPoint read GetCursorPos write SetCursorPos; |
![]() |
property DragImmediate: Boolean read FDragImmediate write FDragImmediate default True; |
![]() |
property DragThreshold: Integer read FDragThreshold write FDragThreshold default 5; |
![]() |
property IsDragging: Boolean read GetIsDragging; |
![]() |
FCapture: HWND; |
![]() |
FDragImmediate: Boolean; |
![]() |
FDragThreshold: Integer; |
![]() |
Procedure SetCapture(const Value: HWND); |
![]() |
Function GetCapture: HWND; |
![]() |
Function GetCursorPos: TPoint; |
![]() |
function GetIsDragging: Boolean; |
![]() |
procedure SetCursorPos(AValue : TPoint); |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
property Capture: HWND read GetCapture write SetCapture; |
![]() |
property CursorPos: TPoint read GetCursorPos write SetCursorPos; |
![]() |
property DragImmediate: Boolean read FDragImmediate write FDragImmediate default True; |
![]() |
property DragThreshold: Integer read FDragThreshold write FDragThreshold default 5; |
![]() |
property IsDragging: Boolean read GetIsDragging; |