Show: Delphi C++
Display Preferences

DBAdapt

From XE2 API Documentation
Jump to: navigation, search


Contents

Classes

IAdapterDataSetComponent
IDataSetAdapterFieldClass
IGetDataSetKeyName
IKeyParamsIKeyParams lists the names and values of the fields a dataset adapter uses to uniquely identify database records.
IPrepareDataSet
TBaseDataSetAdapterFieldTBaseDataSetAdapterField is the common base class for objects that represent an adapter field for a field in a database.
TBaseDataSetAdapterImageFieldTBaseDataSetAdapteImageField is the base class for the TDataSetAdapterImageField.
TBaseDataSetAdapterInputFieldTBaseDataSetAdapterInputField is the common base class for adapter field objects that represent a dataset field of a type users can edit directly.
TCustomDataSetAdapterTCustomDataSetAdapter is the base class for adapters that represent the information from a dataset.
TCustomDataSetAdapterActionTCustomDataSetAdapterAction is the base class for adapter actions that can be added to a dataset adapter.
TCustomDataSetAdapterFieldTCustomDataSetAdapterField 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.
TCustomDataSetAdapterMemoFieldThe TCustomDataSetAdapterMemoField is the ancestor of TDataSetAdapterMemoField.
TCustomDataSetAdapterRowActionTCustomDataSetAdapterRowAction is the base class for adapter actions that operate on the records of a dataset.
TCustomDataSetValuesListTCustomDataSetValuesList is the base class for components that represent a set of name/value pairs taken from a dataset.
TDataSetAdapterTDataSetAdapter defines a scriptable interface to a TDataSet component and allows it to operate properly in a stateless environment.
TDataSetAdapterApplyRowActionTDataSetAdapterApplyRowAction applies the updates from an HTTP request to a single record of an adapter's dataset.
TDataSetAdapterBrowseRowActionTDataSetAdapterBrowseRowAction applies the updates from an HTTP request to a single record of an adapter's dataset and changes the dataset adapter to browse mode.
TDataSetAdapterCancelRowActionTDataSetAdapterBrowseRowAction cancels edits made in an HTML form and changes the dataset adapter to browse mode.
TDataSetAdapterDataLink<insert text here>
TDataSetAdapterDeleteRowActionTDataSetAdapterDeleteRowAction deletes the current row from a dataset, as specified in an HTTP request.
TDataSetAdapterEditRowActionTDataSetAdapterDeleteRowAction puts the parent dataset adapter into edit mode.
TDataSetAdapterFieldTDataSetAdapterField is the an adapter field object that represents a database field whose value can be displayed as a simple text element.
TDataSetAdapterFirstRowActionTDataSetAdapterNextRowAction posts any edits made in an HTML form and moves the dataset adapter to the first record.
TDataSetAdapterImageFieldClass
TDataSetAdapterLastRowActionTDataSetAdapterLastRowAction posts any edits made in an HTML form and moves the dataset adapter to the last record.
TDataSetAdapterMemoFieldThe TDataSetAdapterMemoField represents a memo field in a dataset.
TDataSetAdapterMoveRowActionTDataSetAdapterMoveRowAction is the base class for adapter actions that change the current record of a dataset.
TDataSetAdapterNewRowActionTDataSetAdapterNewRowAction places the parent dataset adapter in insert mode.
TDataSetAdapterNextRowActionTDataSetAdapterNextRowAction posts any edits made in an HTML form and moves the dataset adapter to the next record.
TDataSetAdapterPrevRowActionTDataSetAdapterPrevRowAction posts any edits made in an HTML form and moves the dataset adapter to the prior record.
TDataSetAdapterRefreshRowActionTDataSetAdapterRefreshRowAction refetches the current field values for the dataset record specified in the current HTTP request.
TDataSetAdapterRowActionTDataSetAdapterRowAction is a general-purpose action for dataset adapters.
TDataSetValuesListTDataSetValuesList is an adapter component that provides a list of name/value pairs by retrieving values from a TDataSet.
TLocateParamsTLocateParams is a collection of the key fields and their corresponding values that can be used to locate a record of a dataset adapter.
TLocateParamsListTLocateParamsList is a collection of TLocateParams objects.

Routines

AddLocateParamsString

Types

_di_IAdapterDataSetComponent
_di_IDataSetAdapterFieldClass
_di_IGetDataSetKeyName
_di_IKeyParams
_di_IPrepareDataSet
Dbadapt
TDataAdapterFieldValidateValueEventTDataAdapterFieldValidateValueEvent is the type for event handlers that validate the value assigned to a dataset adapter field.
TDataSetAdapterFieldFlagTDataSetAdapterFieldFlags identifies the role of the database field value that the dataset adapter field represents.
TDataSetAdapterFieldFlags
TDataSetAdapterFieldGetStringEventTDataSetAdapterFieldGetStringEvent is the type for event handlers that provide a string associated with a dataset adapter field.
TDataSetAdapterFieldGetValueEventTDataSetAdapterFieldGetValueEvent is the type for event handlers that provide the value associated of a dataset adapter field.
TDataSetAdapterFieldValueEventTDataSetAdapterFieldValueEvent is the type for event handlers that respond when a new value that is assigned to a dataset adapter field.
TDataSetAdapterImageFieldClass
TDataSetAdapterModeTDataSetAdapterModes identifies the possible modes of a dataset adapter.
TDataSetAdapterModes
TDataSetAdapterRequestParamOptionTDataSetAdapterRequestParamOptions identifies the types of parameters that a dataset adapter can add to a form.
TDataSetAdapterRequestParamOptions

Variables

DataSetAdapterImageFieldClass
DataSetAdapterModeNamesDataSetAdapterModeNames: :1;

Constants

AllActionParamOptionsAllActionParamOptions: Set = [poLocateParams..poCurrentPage];
AllImageParamOptionsAllImageParamOptions: Set = [poLocateParams];
amBrowseamBrowse: TDataSetAdapterMode = amBrowse;
amEditamEdit: TDataSetAdapterMode = amEdit;
amInsertamInsert: TDataSetAdapterMode = amInsert;
amQueryamQuery: TDataSetAdapterMode = amQuery;
DataSetAdapterModeNamesDataSetAdapterModeNames: :1;
ffInKeyffInKey: TDataSetAdapterFieldFlag = ffInKey;
ffInOrigValuesffInOrigValues: TDataSetAdapterFieldFlag = ffInOrigValues;
poCurrentPagepoCurrentPage: TDataSetAdapterRequestParamOption = poCurrentPage;
poLocateParamspoLocateParams: TDataSetAdapterRequestParamOption = poLocateParams;


Personal tools
Previous Versions
Translations