Position property (BindingSource)
- Last Updated: August 25, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
(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 Use .NET Classes in ABL Applications.