Click or drag to resize

ResourceString Constructor

X#
Load a resource string from the resource entity.

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

Parameters

xResourceID (Optional)
Type: Usual
The resource ID of the desired string.
nMaxLen (Optional)
Type: Usual
The maximum length that you expect the string to be in any language. For example, if the string is translated into French, it can be longer than in English. The default is 255. If you set it too low, Windows truncates the resource string.
See Also