Click or drag to resize

App.SetAccel Method

X#
This method sets the handle for the current active Accelerator Table (belonging to the active menu).

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetAccel(
	hNewAccel
) AS USUAL CLIPPER
Request Example View Source

Parameters

hNewAccel (Optional)
Type: Usual
The handle to the Accelerator table that has to become active

Return Value

Type: Usual
NIL
Remarks
This handle gets set in the Activate event of the window class.
See Also