|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | BeginUpdateState (ISmartDataTarget) |
The Message to for instance Disable a Browser is send to all
SmartDataTargets except the calling one |
|
+ | CancelCreateRecord () |
Invoked from the SmartDataTarget to cancel the creation of a new
row |
|
+ | CreateRecord () |
Invoked from the SmartDataTarget to create a new row row |
|
+ | DeleteRow () |
The DeleteRow is an abstract method - that means that it needs
to be overridden in a class that inherits from this base class. |
|
+ | DeregisterSmartDataTarget (ISmartDataTarget) |
Deregister a SmartDataTarget with the SmartDataSource. Usually done
when a SmartDataTarget is deleted and the SmartDataSource is still
running |
|
+ | EndUpdateState (ISmartDataTarget) |
The Message to for instance enable a Browser is send to all
SmartDataTargets except the calling one. |
|
+ | CHARACTER GetFieldValues (character) |
Returns a CHR(1) delimited list of field values from the
DataSource |
|
+ | RegisterSmartDataTarget (ISmartDataTarget) |
Register a SmartDataTarget with the SmartDataSource.
This Method is called by Classes implementing the ISmartDataTarget
Interface when a new SmartDataSource is set. |
|
+ | LOGICAL RetrieveData () |
RetrieveData is an abstract method - that means that it needs
to be overridden in a class that inherits from the base class. |
|
+ | UpdateRow () |
The UpdateRow is an abstract method - that means that it needs
to be overridden in a class that inherits from this base class. |
Options | Name | Purpose | |
---|---|---|---|
+ | AfterQueryPositionChanged DELEGATE System.EventHandler |
Event fired whenever the QueryPosition has changed (i.e. Add or
Delete and Grids etc. need to update the current position) |
|
+ | BeginUpdateState (Object, DataSourceUpdateStateEventArgs) |
Event fired when a DataTarget of this SmartDataSource enters
Update State |
|
+ | BindingSourceChanged (Object, BindingSourceChangedEventArgs) |
Event fired whenever the SmartDataAdapters BindingSource property
changes |
|
+ | EndUpdateState (Object, DataSourceUpdateStateEventArgs) |
Event fired when a DataTarget of this SmartDataSource enters
Update State |
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL Available |
Returns if the DataSource currently has a record available |
|
+ | Progress.Data.BindingSource BindingSource |
Get/Set the BindingSource of the current Class. The BindingSource
can be set to any class derived from Progress.Data.BindingSource.
This Property is set internaly if the SmartDataAdapter is attached
to a Browser where a DesignTime BindingSource is attached or if
the developer calls RetrieveData (). |
|
+ | 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. |
Top
PUBLIC BeginUpdateState (ISmartDataTarget)
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CancelCreateRecord ()
|
|||||||||||||||||||||||||||
PUBLIC CreateRecord ()
|
|||||||||||||||||||||||||||
PUBLIC DeleteRow ()
|
|||||||||||||||||||||||||||
PUBLIC DeregisterSmartDataTarget (ISmartDataTarget)
|
|||||||||||||||||||||||||||
PUBLIC EndUpdateState (ISmartDataTarget)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER GetFieldValues (character)
|
|||||||||||||||||||||||||||
PUBLIC RegisterSmartDataTarget (ISmartDataTarget)
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL RetrieveData ()
|
|||||||||||||||||||||||||||
PUBLIC UpdateRow ()
|
PUBLIC AfterQueryPositionChanged DELEGATE System.EventHandler
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC BeginUpdateState (Object, DataSourceUpdateStateEventArgs)
|
||||||||||||||||||||||
PUBLIC BindingSourceChanged (Object, BindingSourceChangedEventArgs)
|
||||||||||||||||||||||
PUBLIC EndUpdateState (Object, DataSourceUpdateStateEventArgs)
|
PUBLIC LOGICAL Available
|
|||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Progress.Data.BindingSource BindingSource
|
|||||||||||||||||||||||||
PUBLIC CHARACTER SmartDataSourceState
|