RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter Methods

The methods of the TCustomDataSetAdapter class are listed here.

 
Name 
Description 
 
Adds the default action components to this adapter. 
 
Adds the default field components to this adapter. 
 
Indicates whether the HTML input names must be qualified with the name of the adapter. 
 
Returns a string that represents the current value of the Mode property. 
 
Retrieves the strings for all the possible modes of this adapter. 
 
Returns the value of the DataSet property. 
 
Returns the default mode for this adapter. 
 
Populates a design-time warnings object with any warnings that the dataset adapter needs to emit. 
 
Indicates whether the adapter is positioned at the end of its dataset. 
 
Positions the adapter on the first record of its dataset. 
 
Indicates the types of hidden fields that this adapter requires in a submitted HTML form. 
 
Returns a string listing the fields that this adapter uses to locate records. 
 
Retrieves a list of fields that the dataset adapter uses to locate records, along with their current values. 
 
Retrieves a list of fields that the dataset adapter uses to locate records, along with their current values. 
 
Returns a list of all dataset adapters, including this one, linked to this adapter in a master/detail relationship. 
 
Indicates whether the adapter requires a Mode value. 
 
Positions the associated dataset on the next record. 
 
Returns the value of the RecordCount property. 
 
Returns the value of the RecordIndex property. 
 
Retrieves a list of field values that the dataset adapter uses to locate records, along with information for formatting hidden parameters from this values. 
 
Provides the underlying implementation for the CanAddActionClass method. 
 
Provides the underlying implementation for the CanAddFieldClass method. 
 
Implements IteratorSupport's EndIterator method to support iterating over the data records of the adapter. 
 
Provides the underlying implementation for the GetActionsList method. 
 
Provides the underlying implementation for the GetFieldsList method. 
 
Provides the underlying implementation for the GetIteratorIndex method. 
 
Retrieves a list of field values that the dataset adapter uses to locate records, along with information for formatting hidden parameters from this values. 
 
Provides the underlying implementation for the InIterator method. 
 
Provides the underlying implementation for the NotifyDeactivate method. 
 
Provides the underlying implementation for the SetEchoActionFieldValues method. 
 
Implements IteratorSupport.StartIterator to support iterating over the records of the adapter. 
 
Positions the dataset based on a specified set of field values. 
 
Positions the dataset based on the parameters in the current request. 
 
Responds when components are added to or deleted from the WebSnap application. 
 
Responds to changes in the associated dataset. 
 
Sets up the associated dataset for use by this adapter. 
 
Returns the adapter to its default mode. 
 
Sets the Mode property based on a string that represents one of the available values. 
 
Sets the value of the DataSet property. 
 
Sets the value of the Mode property. 
 
Executes the adapter's fields with values passed in the HTTP request. 
 
Indicates whether the values in the HTTP request change the value of any adapter fields. 
 
Updates the adapter's fields with values passed in the HTTP request. 
 
Validates the values passed in the current HTTP request for the adapter's fields. 
 
Name 
Description 
 
Sets the Mode property to reflect the value that the current request specifies. 
 
Writes name/value pairs that represent this adapter's state. 
 
Writes name/value pairs that represent a specified type of information. 
 
Reads name/value pairs from the current HTTP request. 
 
Reads name/value pairs that represent a specified type of information from the current HTTP request. 
 
Positions the associated dataset on the record identified by the LocateParamsList property. 
 
Positions the dataset and updates the resulting record based on the parameters of the current request. 
 
Raises an EAdapterFieldException with a message indicating that another user changed a field value. 
 
Raises an EAdapterException with a message indicating that a specified field could not be found. 
 
Raises an EAdapterException with a message indicating that the dataset is unassigned. 
 
Raises an EAdapterException with a message indicating that a dataset record could not be located based on the current set of key fields. 
 
Positions the associated dataset on a specified record. 
 
Converts a mode string to the corresponding TDataSetAdapterMode value. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!