Data.DB.TParams.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TParams

Delphi

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

C++

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

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