Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | 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. |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartTableIOStateChanged (Object, SmartTableIOStateChangedEventArgs) |
Event fired whenever the SmartTableIOState property has changed |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER SecurityKey |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartTableIOSource SmartTableIOSource |
|
|
+ | CHARACTER SmartTableIOState |
|
Top
PUBLIC AddRecord ()
|
|||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CancelUpdate ()
|
|||||||||||||||||||
PUBLIC CopyRecord ()
|
|||||||||||||||||||
PUBLIC DeleteRecord ()
|
|||||||||||||||||||
PUBLIC DisableFields ()
|
|||||||||||||||||||
PUBLIC EnableFields (character)
|
|||||||||||||||||||
PUBLIC HandleValidationError (Error)
|
|||||||||||||||||||
PUBLIC SaveChanges ()
|
PUBLIC SmartTableIOStateChanged (Object, SmartTableIOStateChangedEventArgs)
|
---|
PUBLIC CHARACTER SecurityKey
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartTableIOSource SmartTableIOSource
|
|||||||||
PUBLIC CHARACTER SmartTableIOState
|