RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DBAdapt Namespace

This is namespace DBAdapt.

Name 
Description 
The following table lists classes in this documentation. 
The following table lists interfaces in this documentation. 
The following table lists functions in this documentation. 
The following table lists structs, records, enums in this documentation. 
The following table lists types in this documentation. 
The following table lists variables in this documentation. 
The following table lists constants in this documentation. 
 
Name 
Description 
 
TBaseDataSetAdapterField is the common base class for objects that represent an adapter field for a field in a database. 
 
TBaseDataSetAdapteImageField is the base class for the TDataSetAdapterImageField. 
 
TBaseDataSetAdapterInputField is the common base class for adapter field objects that represent a dataset field of a type users can edit directly. 
 
TCustomDataSetAdapter is the base class for adapters that represent the information from a dataset. 
 
TCustomDataSetAdapterAction is the base class for adapter actions that can be added to a dataset adapter. 
 
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. 
 
The TCustomDataSetAdapterMemoField is the ancestor of TDataSetAdapterMemoField
 
TCustomDataSetAdapterRowAction is the base class for adapter actions that operate on the records of a dataset. 
 
TCustomDataSetValuesList is the base class for components that represent a set of name/value pairs taken from a dataset. 
 
TDataSetAdapter defines a scriptable interface to a TDataSet component and allows it to operate properly in a stateless environment. 
 
TDataSetAdapterApplyRowAction applies the updates from an HTTP request to a single record of an adapter's dataset. 
 
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. 
 
TDataSetAdapterBrowseRowAction cancels edits made in an HTML form and changes the dataset adapter to browse mode. 
 
<insert text here> 
 
TDataSetAdapterDeleteRowAction deletes the current row from a dataset, as specified in an HTTP request. 
 
TDataSetAdapterDeleteRowAction puts the parent dataset adapter into edit mode. 
 
TDataSetAdapterField is the an adapter field object that represents a database field whose value can be displayed as a simple text element. 
 
TDataSetAdapterNextRowAction posts any edits made in an HTML form and moves the dataset adapter to the first record. 
 
TDataSetAdapterLastRowAction posts any edits made in an HTML form and moves the dataset adapter to the last record. 
 
The TDataSetAdapterMemoField represents a memo field in a dataset. 
 
TDataSetAdapterMoveRowAction is the base class for adapter actions that change the current record of a dataset. 
 
TDataSetAdapterNewRowAction places the parent dataset adapter in insert mode. 
 
TDataSetAdapterNextRowAction posts any edits made in an HTML form and moves the dataset adapter to the next record. 
 
TDataSetAdapterPrevRowAction posts any edits made in an HTML form and moves the dataset adapter to the prior record. 
 
TDataSetAdapterRefreshRowAction refetches the current field values for the dataset record specified in the current HTTP request. 
 
TDataSetAdapterRowAction is a general-purpose action for dataset adapters. 
 
TDataSetValuesList is an adapter component that provides a list of name/value pairs by retrieving values from a TDataSet
 
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 is a collection of TLocateParams objects. 
Name 
Description 
This is constant DBAdapt.AllActionParamOptions. 
This is constant DBAdapt.AllImageParamOptions. 
This is constant DBAdapt.DataSetAdapterModeNames. 
 
Name 
Description 
 
This is function DBAdapt.AddLocateParamsString. 
 
Name 
Description 
 
This is class DBAdapt.IAdapterDataSetComponent. 
 
This is class DBAdapt.IDataSetAdapterFieldClass. 
 
This is class DBAdapt.IGetDataSetKeyName. 
 
IKeyParams lists the names and values of the fields a dataset adapter uses to uniquely identify database records. 
 
This is class DBAdapt.IPrepareDataSet. 
 
Name 
Description 
 
TDataSetAdapterFieldFlags identifies the role of the database field value that the dataset adapter field represents. 
 
TDataSetAdapterModes identifies the possible modes of a dataset adapter. 
 
TDataSetAdapterRequestParamOptions identifies the types of parameters that a dataset adapter can add to a form. 
Name 
Description 
TDataAdapterFieldValidateValueEvent is the type for event handlers that validate the value assigned to a dataset adapter field. 
This is type DBAdapt.TDataSetAdapterFieldFlags. 
TDataSetAdapterFieldGetStringEvent is the type for event handlers that provide a string associated with a dataset adapter field. 
TDataSetAdapterFieldGetValueEvent is the type for event handlers that provide the value associated of a dataset adapter field. 
TDataSetAdapterFieldValueEvent is the type for event handlers that respond when a new value that is assigned to a dataset adapter field. 
This is type DBAdapt.TDataSetAdapterImageFieldClass. 
This is type DBAdapt.TDataSetAdapterModes. 
This is type DBAdapt.TDataSetAdapterRequestParamOptions. 
Name 
Description 
This is variable DBAdapt.DataSetAdapterImageFieldClass. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!