Data.Win.ADODB.TParameter.Attributes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Attributes: TParameterAttributes read GetAttributes write SetAttributes default [];

C++

__property TParameterAttributes Attributes = {read=GetAttributes, write=SetAttributes, default=0};

Properties

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

Description

Specifies the attributes of a parameter.

Set Attributes to specify the attributes of a parameter, thus controlling the type of values a parameter will accept. By default, Attributes is assigned no value at all. Attributes may be set to any one or a combination of the three value TParameter Attributes constants: paSigned, paNullable, and paLong.

See Also