|
Classes summary
TScaffoldBase |
Base class for Active Record scaffold views. |
TScaffoldEditView |
Template control for editing an Active Record instance. The RecordClass
determines the Active Record class to be edited. A particular record can be
edited by specifying the setRecordPk RecordPk value (may be an array for
composite keys). |
TScaffoldListView |
TScaffoldListView displays a list of Active Records. |
TScaffoldSearch |
TScaffoldSearch provide a simple textbox and a button that is used to perform
search on a TScaffoldListView with ID given by setListViewID ListViewID. |
TScaffoldView |
TScaffoldView is a composite control consisting of TScaffoldListView with a
TScaffoldSearch. In addition, it will display a TScaffoldEditView when an "edit"
command is raised from the TScaffoldListView (when the edit button is clicked).
Futher more, the "add" button can be clicked that shows an empty data
TScaffoldListView for creating new records. |
|