Klasse TMouse

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TMouse = class(TObject)

Beschreibung

Hierarchie

Übersicht

Felder

Public FCapture: HWND;
Public FDragImmediate: Boolean;
Public FDragThreshold: Integer;

Methoden

Public Procedure SetCapture(const Value: HWND);
Public Function GetCapture: HWND;
Public Function GetCursorPos: TPoint;
Public function GetIsDragging: Boolean;
Public procedure SetCursorPos(AValue : TPoint);
Public constructor Create;
Public destructor Destroy; override;

Eigenschaften

Public property Capture: HWND read GetCapture write SetCapture;
Public property CursorPos: TPoint read GetCursorPos write SetCursorPos;
Public property DragImmediate: Boolean read FDragImmediate write FDragImmediate default True;
Public property DragThreshold: Integer read FDragThreshold write FDragThreshold default 5;
Public property IsDragging: Boolean read GetIsDragging;

Beschreibung

Felder

Public FCapture: HWND;
 
Public FDragImmediate: Boolean;
 
Public FDragThreshold: Integer;
 

Methoden

Public Procedure SetCapture(const Value: HWND);
 
Public Function GetCapture: HWND;
 
Public Function GetCursorPos: TPoint;
 
Public function GetIsDragging: Boolean;
 
Public procedure SetCursorPos(AValue : TPoint);
 
Public constructor Create;
 
Public destructor Destroy; override;
 

Eigenschaften

Public property Capture: HWND read GetCapture write SetCapture;
 
Public property CursorPos: TPoint read GetCursorPos write SetCursorPos;
 
Public property DragImmediate: Boolean read FDragImmediate write FDragImmediate default True;
 
Public property DragThreshold: Integer read FDragThreshold write FDragThreshold default 5;
 
Public property IsDragging: Boolean read GetIsDragging;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:54