Show: Delphi
C++
Display Preferences
DBAdapt
From XE2 API Documentation
Contents |
Classes
| IAdapterDataSetComponent | |
| IDataSetAdapterFieldClass | |
| IGetDataSetKeyName | |
| IKeyParams | IKeyParams lists the names and values of the fields a dataset adapter uses to uniquely identify database records. |
| IPrepareDataSet | |
| TBaseDataSetAdapterField | TBaseDataSetAdapterField is the common base class for objects that represent an adapter field for a field in a database. |
| TBaseDataSetAdapterImageField | TBaseDataSetAdapteImageField is the base class for the TDataSetAdapterImageField. |
| TBaseDataSetAdapterInputField | TBaseDataSetAdapterInputField is the common base class for adapter field objects that represent a dataset field of a type users can edit directly. |
| TCustomDataSetAdapter | TCustomDataSetAdapter is the base class for adapters that represent the information from a dataset. |
| TCustomDataSetAdapterAction | TCustomDataSetAdapterAction is the base class for adapter actions that can be added to a dataset adapter. |
| TCustomDataSetAdapterField | TCustomDataSetAdapterField is the common base class for adapter field objects that represent a dataset field of a type whose value can be displayed as a simple text element. |
| TCustomDataSetAdapterMemoField | The TCustomDataSetAdapterMemoField is the ancestor of TDataSetAdapterMemoField. |
| TCustomDataSetAdapterRowAction | TCustomDataSetAdapterRowAction is the base class for adapter actions that operate on the records of a dataset. |
| TCustomDataSetValuesList | TCustomDataSetValuesList is the base class for components that represent a set of name/value pairs taken from a dataset. |
| TDataSetAdapter | TDataSetAdapter defines a scriptable interface to a TDataSet component and allows it to operate properly in a stateless environment. |
| TDataSetAdapterApplyRowAction | TDataSetAdapterApplyRowAction applies the updates from an HTTP request to a single record of an adapter's dataset. |
| TDataSetAdapterBrowseRowAction | TDataSetAdapterBrowseRowAction applies the updates from an HTTP request to a single record of an adapter's dataset and changes the dataset adapter to browse mode. |
| TDataSetAdapterCancelRowAction | TDataSetAdapterBrowseRowAction cancels edits made in an HTML form and changes the dataset adapter to browse mode. |
| TDataSetAdapterDataLink | <insert text here> |
| TDataSetAdapterDeleteRowAction | TDataSetAdapterDeleteRowAction deletes the current row from a dataset, as specified in an HTTP request. |
| TDataSetAdapterEditRowAction | TDataSetAdapterDeleteRowAction puts the parent dataset adapter into edit mode. |
| TDataSetAdapterField | TDataSetAdapterField is the an adapter field object that represents a database field whose value can be displayed as a simple text element. |
| TDataSetAdapterFirstRowAction | TDataSetAdapterNextRowAction posts any edits made in an HTML form and moves the dataset adapter to the first record. |
| TDataSetAdapterImageFieldClass | |
| TDataSetAdapterLastRowAction | TDataSetAdapterLastRowAction posts any edits made in an HTML form and moves the dataset adapter to the last record. |
| TDataSetAdapterMemoField | The TDataSetAdapterMemoField represents a memo field in a dataset. |
| TDataSetAdapterMoveRowAction | TDataSetAdapterMoveRowAction is the base class for adapter actions that change the current record of a dataset. |
| TDataSetAdapterNewRowAction | TDataSetAdapterNewRowAction places the parent dataset adapter in insert mode. |
| TDataSetAdapterNextRowAction | TDataSetAdapterNextRowAction posts any edits made in an HTML form and moves the dataset adapter to the next record. |
| TDataSetAdapterPrevRowAction | TDataSetAdapterPrevRowAction posts any edits made in an HTML form and moves the dataset adapter to the prior record. |
| TDataSetAdapterRefreshRowAction | TDataSetAdapterRefreshRowAction refetches the current field values for the dataset record specified in the current HTTP request. |
| TDataSetAdapterRowAction | TDataSetAdapterRowAction is a general-purpose action for dataset adapters. |
| TDataSetValuesList | TDataSetValuesList is an adapter component that provides a list of name/value pairs by retrieving values from a TDataSet. |
| TLocateParams | TLocateParams is a collection of the key fields and their corresponding values that can be used to locate a record of a dataset adapter. |
| TLocateParamsList | TLocateParamsList is a collection of TLocateParams objects. |
Routines
| AddLocateParamsString |
Types
Variables
| DataSetAdapterImageFieldClass | |
| DataSetAdapterModeNames | DataSetAdapterModeNames: :1; |
Constants
| AllActionParamOptions | AllActionParamOptions: Set = [poLocateParams..poCurrentPage]; |
| AllImageParamOptions | AllImageParamOptions: Set = [poLocateParams]; |
| amBrowse | amBrowse: TDataSetAdapterMode = amBrowse; |
| amEdit | amEdit: TDataSetAdapterMode = amEdit; |
| amInsert | amInsert: TDataSetAdapterMode = amInsert; |
| amQuery | amQuery: TDataSetAdapterMode = amQuery; |
| DataSetAdapterModeNames | DataSetAdapterModeNames: :1; |
| ffInKey | ffInKey: TDataSetAdapterFieldFlag = ffInKey; |
| ffInOrigValues | ffInOrigValues: TDataSetAdapterFieldFlag = ffInOrigValues; |
| poCurrentPage | poCurrentPage: TDataSetAdapterRequestParamOption = poCurrentPage; |
| poLocateParams | poLocateParams: TDataSetAdapterRequestParamOption = poLocateParams; |