Click or drag to resize

ResourceID Constructor (Typed)

X#
Construct a ResourceID object.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	xID AS USUAL,
	 xResourceFile AS USUAL
)
Request Example View Source

Parameters

xID
Type: Usual
The unique ID between 1 and 8000 of the resource ID or a string describing the resource. Strings can only identify resource blocks, such as dialogs or menus. For individual controls, you must use numeric IDs.
xResourceFile
Type: Usual
The resource file that includes the resource. The default is the current executable file.
See Also