Position property (BindingSource)

(Windows only; GUI for .NET only)

The zero-based position (index) of the current row in the bound .NET control.

Data type: INTEGER

Access: PUBLIC Readable/Writeable

Applies to: Progress.Data.BindingSource class

Whenever the value of this property changes based on some user action in the .NET control or programatically, the BindingSource object automatically synchronizes the buffer in the bound ABL data source object to correspond to the selected row in the bound .NET control.

Note: Progress Software Corporation recommends that you do not navigate or reposition the query associated with the bound ABL data source object. For more information about synchronizing data, see OpenEdge Development: GUI for .NET Programming.

See also

PositionChanged event