DataEnvironment.Item Property | |
Namespace:
XSharp.VFP.UI
Assembly:
XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax VIRTUAL PROPERTY SELF[
cursorName AS STRING
] AS DbCursor GET
public virtual DbCursor this[
string cursorName
] { get; }
Request Example
View SourceParameters
- cursorName
- Type: String
Property Value
Type:
DbCursorSee Also