Data.DB.TParams.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Owner: TPersistent); overload;
constructor Create; overload;

C++

__fastcall TParams(System::Classes::TPersistent* Owner)/* overload */;
__fastcall TParams()/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
Data.DB.pas
Data.DB.hpp
Data.DB TParams

Description

Creates an instance of TParams.

Call Create to instantiate a TParams object. Most applications will not need to create a TParams list, as it is created by the dataset that uses the TParams object.

See Also