RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapter Methods

The methods of the TCustomAdapter class are listed here.

 
Name 
Description 
 
Defines a hidden field that passes the adapter's mode value in the HTTP request when an HTML form is submitted. 
 
Defines hidden field(s) that pass the original values of adapter fields in the HTTP request when an HTML form is submitted. 
 
Defines hidden field(s) that pass key values in the HTTP request when an HTML form is submitted. 
 
Indicates whether a type of adapter action can be added to this adapter. 
 
Indicates whether a type of adapter field can be added to this adapter. 
 
This is CheckModifyAccess, a member of class TCustomAdapter. 
 
Clears adapter state information. 
 
Clears the content of the adapter's Errors property. 
 
Creates an object that describes the adapter action parameters and adapter field values. 
 
Creates the object used to manage errors associated with this adapter. 
 
Writes name/value pairs that represent adapter state. 
 
Implements IIteratorSupport's EndIterator method to support iterating over the data records of the adapter. 
 
Reads name/value pairs from the HTTP request. 
 
Returns an action component with a matching action name. 
 
Returns an adapter field component with a matching field name. 
 
Finds an action with a matching variable name. 
 
Finds an adapter field with a matching variable name. 
 
Finds a field or action with a matching variable name. 
 
Finds an adapter action or adapter field with the given variable name. 
 
Finds an adapter action or adapter field that is a container for other scriptable objects. 
 
Specifies the class to create as a container for adapter actions components. 
 
Provides a list of action types that can be added to this adapter. 
 
Returns the adapter actions container object. 
 
This is GetAdapterErrors, a member of class TCustomAdapter. 
 
<insert text here> 
 
Returns the adapter fields container object. 
 
Returns a list of hidden fields that hold adapter state information. 
 
Returns a list of hidden fields that associate HTML form fields and adapter field. 
 
Provides the interface for a method that adapters use to return their child components. 
 
Specifies the class to create as a container for adapter fields components. 
 
Returns the value of the echo flag. 
 
Provides a list of field types that can be added to this adapter. 
 
Indicates the types of hidden fields that this adapter requires in a submitted HTML form. 
 
Implements IIteratorIndex's GetIteratorIndex method to support iterating over the data records of the adapter. 
 
Returns an action or field. 
 
Returns the total count of actions and fields. 
 
Gets the name used to reference this adapter with server-side script. 
 
This is GetVisibleActions, a member of class TCustomAdapter. 
 
This is GetVisibleFields, a member of class TCustomAdapter. 
 
Returns the class type for this adapter field. 
 
This is HasExecuteAccess, a member of class TCustomAdapter. 
 
This is HasModifyAccess, a member of class TCustomAdapter. 
 
Checks the end-user's right to view this adapter's fields. 
 
Indicates whether a type of adapter action can be added to this adapter. 
 
Indicates whether a type of adapter field can be added to this adapter. 
 
Clears adapter state information. 
 
Implements IIteratorSupport's EndIterator method to support iterating over the data records of the adapter. 
 
Finds an adapter action or adapter field child with a matching variable name. 
 
Finds an adapter action or adapter field that is a container for other scriptable objects. 
 
Provides a list of action types that can be added to this adapter. 
 
Returns the value of the echo flag. 
 
Provides a list of field types that can be added to this adapter. 
 
Implements IIteratorIndex's GetIteratorIndex method to support iterating over the data records of the adapter. 
 
Returns an action or field. 
 
Returns the total count of actions and fields. 
 
Gets the name used to reference this adapter with server-side script. 
 
Returns a list of this adapter's action components. 
 
Returns a list of this adapter's field components. 
 
Checks the end-user's right to execute this adapter's actions. 
 
Checks the end-user's right to modify this adapter's fields. 
 
This is ImplHasViewAccess, a member of class TCustomAdapter. 
 
Implements IIteratorIndex's InIterator to support iterating over the data records of the adapter. 
 
Implements IIteratorSupport's NextIteration method to support iterating over the records of the adapter. 
 
Called when the web module is activated. 
 
Called when the web module is deactivated. 
 
Initializes the Actions property. 
 
Initializes the Data property. 
 
Sets the echo flag for this adapter's fields. 
 
Implements IIteratorSupport's StartIterator method to support iterating over the records of the adapter. 
 
Implements IIteratorIndex's InIterator method to support iterating over the data records of the adapter. 
 
Indicates whether a particular action has been added to the adapter. 
 
Indicates whether a particular field has been added to the adapter. 
 
This is ListHiddenFields, a member of class TCustomAdapter. 
 
Specifies the HTML form hidden fields needed by the adapter. 
 
Implements IIteratorSupport's NextIteration method to support iterating over the data records of the adapter. 
 
Clears references to deleted components. 
 
Called when the web module is activated. 
 
Notifies components that the adapter has changed in some way. 
 
Called when the web module is deactivated. 
 
Initializes the Actions property. 
 
Initializes the Data property. 
 
Sets the echo flag for this adapter's fields. 
 
Implements IIteratorSupport's StartIterator method to support iterating over the records of the adapter. 
 
Executes the adapter's fields with values passed in the HTTP request. 
 
Determines whether the values in the HTTP request change any adapter fields. 
 
Updates the adapter's fields with values passed in the HTTP request. 
 
Validate the adapter's field values passed in the HTTP request. 
 
Determines whether values passed in the HTTP request will change any adapter fields. 
 
Updates adapter fields with values passed in the HTTP request. 
 
Validate the adapter's field values passed in the HTTP request. 
 
WebComponentsChange is called when the list of adapter fields or adapter actions changes. 
 
Name 
Description 
 
Updates the adapter's fields with the field values passed in an HTTP request. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!