Click or drag to resize

ResourceString Constructor (Typed)

X#
Load a resource string from the resource entity.

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

Parameters

xResourceID
Type: Usual
The resource ID of the desired string.
nMaxLen
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