RecordList.SetRecState 方法 | |
命名空间:
XSharp.RDD
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 METHOD SetRecState(
recNo AS LONG,
state AS RecordListRecordState
) AS VOID
public void SetRecState(
int recNo,
RecordListRecordState state
)
查看代码参数
- recNo
- 类型:Int32
- state
- 类型:RecordListRecordState
参见