RAD Studio VCL Reference
ContentsIndex
TCustomDataSetAdapter Methods Protected Methods
Protected Methods
 
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. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.