Bde.DBTables.TParamList

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTParamList
[–] Properties
Type: class
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: Bde.DBTables

Delphi

TParamList = class(TObject)

C++

class PASCALIMPLEMENTATION TParamList : public System::TObject

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