RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes

The following table lists classes 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. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!