ResourceID Constructor | |
Construct a ResourceID object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
xID,
xResourceFile
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public ResourceID(
Usual xID = default,
Usual xResourceFile = default
)
Request Example
View SourceParameters
- xID (Optional)
- 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 (Optional)
- Type: Usual
The resource file that includes the resource. The default is the current executable file.
See Also