点击或拖拽改变大小

DbDataSource.Item 属性

X#
Retrieve the DbRecordObject for the record at the given position

命名空间:  XSharp
程序集:  XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法
 VIRTUAL PROPERTY SELF[
	index AS LONG
] AS Object GET SET 
查看代码

参数

index
类型:Int32

属性值

类型:Object

实现

ItemInt32
备注
This property is READ ONLY. Assigning to the property will throw an exception
参见