DBAdapt.TDataSetAdapterRequestParamOption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDataSetAdapterRequestParamOption = (poLocateParams, poCurrentPage);

C++

enum DECLSPEC_DENUM TDataSetAdapterRequestParamOption : unsigned char { poLocateParams, poCurrentPage };

Properties

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

Description

TDataSetAdapterRequestParamOptions identifies the types of parameters that a dataset adapter can add to a form.

TDataSetAdapterRequestParamOptions is the set of parameter types that a dataset adapter adds to HTML forms. Each parameter type (a TDataSetAdapterRequestParamOption value) represents the task for which the dataset adapter uses parameters of that type.

The following table lists the possible TDataSetAdapterRequestParamOption values:



Parameter type Meaning

poLocateParams

The parameters are used to locate database information. These name/value pairs provide sufficient information to locate a record in the dataset or a file that holds a field value.

poCurrentPage

The parameters are used to identify the current page for an adapter that supports paging.

Personal tools
Translations