Data.Win.ADODB.TParameter.Properties

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Properties: Properties read GetProperties;

C++

__property Winapi::Adoint::_di_Properties Properties = {read=GetProperties};

Properties

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

Description

Provides read-only access to the Properties property of the ADO Parameter object.

Read Properties to get the values of the Properties property of the ADO Parameter object that corresponds to the TParameter object.

Note: Directly accessing the underlying ADO Parameter object requires a good working knowledge of ADO objects in general and the ADO Parameter object in specific. We do not recommend that you use the Parameter object directly, unless you are familiar with Parameter object operations. Consult the Microsoft Data Store SDK help for specific information on using ADO Parameter objects.

See Also