Data.Win.ADODB.TParameter.ParameterObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParameterObject: _Parameter read GetParameter;

C++

__property Winapi::Adoint::_di__Parameter ParameterObject = {read=GetParameter};

Properties

Type Visibility Source Unit Parent
property public
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TParameter

Description

Provides direct access to the ADO Parameter object.

Use ParameterObject to gain direct access to the ADO Parameter object that corresponds to the TParameter object. Using this reference, you can access properties and call methods of the ADO Parameter object.

Under ordinary circumstances it should not be necessary to use the ADO Parameter directly in an application. This property is provided for the instances where a property or method of the ADO Parameter is needed but not implemented in the TParameter object. You should be familiar with ADO objects before attempting to use them directly. Consult the Microsoft Data Access SDK for more specific information on ADO objects and their properties and methods.