Click or drag to resize

Accelerator Constructor

X#
Load an accelerator table from a resource entity.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	xResourceID
) CLIPPER
Request Example View Source

Parameters

xResourceID (Optional)
Type: Usual
The resource ID of the accelerator table, or another accelerator object, whose accelerators are copied.
Remarks
When no parameter is passed, X# will create a dynamic accelerator. If another accelerator is passed in X# will copy its table of accelerator keys. The creation of the actual Windows accelerator is delayed until the Accelerator is first used.
See Also