ResourceString Constructor | |
Load a resource string from the resource entity.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
xResourceID,
nMaxLen
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public ResourceString(
Usual xResourceID = default,
Usual nMaxLen = default
)
Request Example
View SourceParameters
- 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