Navigate to: Methods | Constructors | Events | Properties
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 |
/*-
Purpose: Gets and sets the Toolbar Security Key
Notes:
*/ |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartTableIOSource SmartTableIOSource |
Get and Set the current SmartTableIOSource of the SmartViewerControl.
This Property is set by the developer when initializing a Control
implementing the Interface ISmartDataTarget. |
|
+ | CHARACTER SmartTableIOState |
The SmartTableIOState property reflects the operationmode of the
SmartViewerControl.
Value changes of this Property are only made in the Class
SmartViewerControl. |
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
|