Functions.LoadResString 方法 | |
Look up an identifier in a string table and returns its corresponding string.
命名空间:
XSharp.VO
程序集:
XSharp.VO (在 XSharp.VO.dll 中) 版本:2.22 GA
语法 FUNCTION LoadResString(
cDef,
id,
xModule
) AS STRING CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public static string LoadResString(
__Usual cDef = default,
__Usual id = default,
__Usual xModule = default
)
查看代码参数
- cDef (Optional)
- 类型:__Usual
- id (Optional)
- 类型:__Usual
- xModule (Optional)
- 类型:__Usual
返回值
类型:
String参见