Bde.DBTables.TParamList

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTParamList

Delphi

TParamList = class(TObject)

C++

class PASCALIMPLEMENTATION TParamList : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables Bde.DBTables

Description

TParamList manages a list of session parameters.

Do not use TParamList directly. TParamList is an internal object used to manage a list of session parameters for a TSession component.

See Also