|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL FetchFirst () |
This Method moves to the first DataRow inside the BindingSource. |
|
+ | LOGICAL FetchLast () |
This Method moves to the last DataRow inside the BindingSource. |
|
+ | LOGICAL FetchNext () |
This Method moves to the next DataRow inside the BindingSource. |
|
+ | LOGICAL FetchPrev () |
This Method moves to the previous DataRow inside the BindingSource. |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER RecordPosition |
Returns a Value of RecordPositionEnum representing the current condition.
The Property is read in the Method PositionChangedHandler () of a
Class implementing the Interface ISmartNavigationTarget. |
|
+ | CHARACTER SmartDataSourceState |
Get/Set the SmartDataSourceState of the current Class.
This Property to Updating if the Method BeginUpdateState () of the
SmartDataAdapter instance is called and it is set to Navigatable
during initialization and if the Property SmartTableIOState of a
Viewer is set to anything but ModifyingData.
Enforced by Interface ISmartDataSource. |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartNavigationSource SmartNavigationSource |
Get and Set the current SmartNavigationSource of the SmartDataAdapter.
Every SmartNavigationTarget is registered with handshake and kept in a
collection.
This Property is set by the developer when initializing a Control
implementing the Interface ISmartDataSource. |
Top
PUBLIC LOGICAL FetchFirst ()
|
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL FetchLast ()
|
|||||||||||||||
PUBLIC LOGICAL FetchNext ()
|
|||||||||||||||
PUBLIC LOGICAL FetchPrev ()
|
PUBLIC CHARACTER RecordPosition
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER SmartDataSourceState
|
|||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartNavigationSource SmartNavigationSource
|