DBAdapt.TDataSetAdapterLastRowAction

From RAD Studio API Documentation
Jump to: navigation, search

DBAdapt.TDataSetAdapterMoveRowActionDBAdapt.TCustomDataSetAdapterRowActionDBAdapt.TCustomDataSetAdapterAction
TDataSetAdapterLastRowAction

Delphi

TDataSetAdapterLastRowAction = class(TDataSetAdapterMoveRowAction)

C++

class PASCALIMPLEMENTATION TDataSetAdapterLastRowAction : public TDataSetAdapterMoveRowAction

Properties

Type Visibility Source Unit Parent
class public
DBAdapt.pas
DBAdapt.hpp
DBAdapt DBAdapt

Description

TDataSetAdapterLastRowAction posts any edits made in an HTML form and moves the dataset adapter to the last record.

Add TDataSetAdapterLastRowAction to a dataset adapter (TDataSetAdapter) to support HTML forms that let users jump to the last record in a dataset. When this action is executed, it locates the parent adapter's dataset on the record specified by the current request object, posts any edits included in the current request, and then moves the dataset to its last record.

Server-side script addresses this action as the 'LastRow' action of the parent adapter. If the current request identifies the last record of the dataset as current, the control for this action appears disabled.

See Also

Personal tools
Translations