DBAdapt
Contents |
Delphi Information
Class
| 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. |
| 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. |
Classref
| TDataSetAdapterImageFieldClass |
Const
| Constants |
Enum
| TDataSetAdapterFieldFlag |
TDataSetAdapterFieldFlags identifies the role of the database field value that the dataset adapter field represents. |
| TDataSetAdapterMode |
TDataSetAdapterModes identifies the possible modes of a dataset adapter. |
| TDataSetAdapterRequestParamOption |
TDataSetAdapterRequestParamOptions identifies the types of parameters that a dataset adapter can add to a form. |
Function
| AddLocateParamsString |
Interface
| IAdapterDataSetComponent | |
| IDataSetAdapterFieldClass | |
| IGetDataSetKeyName | |
| IKeyParams |
IKeyParams lists the names and values of the fields a dataset adapter uses to uniquely identify database records. |
| IPrepareDataSet |
Set
| TDataSetAdapterFieldFlags | |
| TDataSetAdapterModes | |
| TDataSetAdapterRequestParamOptions |
Variable
| DataSetAdapterImageFieldClass |
C++ Information
Class
| 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. |
| 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. |
Enum
| TDataSetAdapterFieldFlag |
TDataSetAdapterFieldFlags identifies the role of the database field value that the dataset adapter field represents. |
| TDataSetAdapterMode |
TDataSetAdapterModes identifies the possible modes of a dataset adapter. |
| TDataSetAdapterRequestParamOption |
TDataSetAdapterRequestParamOptions identifies the types of parameters that a dataset adapter can add to a form. |
Function
| AddLocateParamsString |
Typedef
| TDataAdapterFieldValidateValueEvent |
TDataAdapterFieldValidateValueEvent is the type for event handlers that validate the value assigned to a dataset adapter field. |
| TDataSetAdapterFieldFlags | |
| TDataSetAdapterFieldGetStringEvent |
TDataSetAdapterFieldGetStringEvent is the type for event handlers that provide a string associated with a dataset adapter field. |
| TDataSetAdapterFieldGetValueEvent |
TDataSetAdapterFieldGetValueEvent is the type for event handlers that provide the value associated of a dataset adapter field. |
| TDataSetAdapterFieldValueEvent |
TDataSetAdapterFieldValueEvent is the type for event handlers that respond when a new value that is assigned to a dataset adapter field. |
| TDataSetAdapterImageFieldClass | |
| TDataSetAdapterModes | |
| TDataSetAdapterRequestParamOptions | |
| _di_IAdapterDataSetComponent | |
| _di_IDataSetAdapterFieldClass | |
| _di_IGetDataSetKeyName | |
| _di_IKeyParams | |
| _di_IPrepareDataSet |
Variable
| DataSetAdapterImageFieldClass | |
| DataSetAdapterModeNames |