Data.DBXCommon.TDBXParameter

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXValueTypeSystem.TObjectTDBXParameter

Delphi

TDBXParameter = class(TDBXValueType)

C++

class PASCALIMPLEMENTATION TDBXParameter : public TDBXValueType

Properties

Type Visibility Source Unit Parent
class public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon

Description

Individual parameters for queries and stored commands.

TDBXParameter should be created by calling CreateParameter for each "?" parameter marker specified in the Text property. Once a TDBXParameter is created, it must be added to a TDBXCommand parameter list by calling AddParameter method.