|
|
|
AddRecord ()
|
Add a new record to the SmartDataSource.
This Method is called by the Toolbar Classes SmartToolbarController
or SmartToolStripContainer by pressing the AddRecord Tool.
|
|
|
|
CancelUpdate ()
|
Reverts the changes to the current record
This Method is called by the Toolbar Classes SmartToolbarController
or SmartToolStripContainer by pressing the corresponding Tool.
|
|
|
|
CopyRecord ()
|
Copy the current record to a new one.
This Method is called by the Toolbar Classes SmartToolbarController
or SmartToolStripContainer by pressing the corresponding Tool.
|
|
|
|
DeleteRecord ()
|
Delete the current record. The Method DeleteRow of the
SmartDataSource is called to Handle this Task.
This Method is called by the Toolbar Classes SmartToolbarController
or SmartToolStripContainer by pressing the corresponding Tool.
|
|
|
|
DisableFields ()
|
Disable all enabled controls of the SmartViewerControl.
This Method is called from inside the SmartViewerControl.
|
|
|
|
EnableFields (character)
|
Enables controls of the SmartTableIOTarget
This Method is called by the Toolbar Classes SmartToolbarController
or SmartToolStripContainer by pressing the Tools for Add or Edit Data.
|
|
|
|
HandleValidationError (Error)
|
Handles an error raised by validation routines
|
|
|
|
SaveChanges ()
|
Saves the current changes to the database.
This Method is called by the Toolbar Classes SmartToolbarController
or SmartToolStripContainer by pressing the corresponding Tool.
|