RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParameter.Attributes Property

Specifies the attributes of a parameter.

Pascal
property Attributes: TParameterAttributes;
C++
__property TParameterAttributes Attributes;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!