Position property (BindingSource)
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
(Windows only; GUI for .NET)
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.