.comment-link {margin-left:.6em;}

Thursday, August 23, 2007

 

twolhotkey

TWOLHotKey object
Unit: WOLGUI33.
Descendant of TWOLVisualControl. A basic HotKey in the GUI in use. HotKey is an routine that captures special keyboard keys and it transforms them into a description that is described in text form. But only in tMS-Windows.

Public Methods and Events:

constructor Create (AOwner: TWOLRoot); override;
destructor Destroy; override;
procedure CreateGUIParams (to var aParams: TWOLParams; const wClass: TWOLClassType); override;
procedure CreateWnd (to var aParams: TWOLParams); override;
procedure AllocResources; override;
procedure FreeResources; override;
function WndPaint (to var Message: TWOLMessage): Boolean; override;
function WndCommand (to var Message: TWOLMessage): Boolean; override;
function WndProc (to var Message: TWOLMessage): Boolean; override;

Public properties and Events:

HotKey: TWOLWord (For Reading and Writing)
Property that returns the value from a combination of keyboard keys.
InvalidKeys: TWOLHotKeyInvalidKeys (For Reading and Writing)
Property that removes the keyboard keys that are not part of the combination.
Modifiers: TWOLHotKeyModifiers (For Reading and Writing)
Property that tells the modifiers that had been pressured by the user.
OnHotKey: TWOLEvent (For Reading and Writing)
Event that happens when the user presses down on keys.
OnClick
OnMouseMove
OnDblClick
Border
TextAlign
WindowAlign
Left
Top
Width
Height
Color
Font
Cursor
Visible
Enabled
Hint
Tabstop
TabOrder
Ctrl3D

Labels: ,


Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?