Data.Win.ADODB.TParameter Properties

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AttributespublishedSpecifies the attributes of a parameter.
CollectionpublicSpecifies the TCollection instance to which the TCollectionItem belongs.
DataTypepublishedIndicates the type of value the parameter represents.
DirectionpublishedIndicates the type of parameter.
DisplayNamepublicThe name displayed in the Collection editor.
DisposedprotectedDisposed is a read-only property that shows the current state of this object.
IDpublicA unique, permanent index for the item.
IndexpublicReturns the item's position in the Items array of TCollection.
NamepublishedIdentifies the TParameter object.
NumericScalepublishedSpecifies the number of decimal places for the parameter.
ParameterObjectpublicProvides direct access to the ADO Parameter object.
ParameterspublicProvides a reference to the TParameters container.
PrecisionpublishedSpecifies the number of digits allowed for a numeric parameter.
PropertiespublicProvides read-only access to the Properties property of the ADO Parameter object.
SizepublishedSpecifies the size of a string type parameter.
ValuepublishedRepresents the value of the parameter as a Variant.