RAD Studio VCL Reference
ContentsIndex
TParam Members Public Properties
Public Properties
 
Name 
Description 
 
Specifies the value of the parameter when it represents a binary-coded decimal (BCD) field with less than 4 decimal places or 20 significant digits. 
 
Specifies the value of the parameter when it represents a binary large object (BLOB) field. 
 
Specifies the value of the parameter when it represents a boolean field. 
 
Specifies the value of the parameter when it represents a field of type Currency. 
 
Specifies the value of the parameter when it represents a date field. 
 
Specifies the value of the parameter when it represents a date-time field. 
 
Specifies the value of the parameter when it represents a float field. 
 
Specifies the value of the parameter when it represents a binary-coded decimal (BCD) field with more than 4 decimal places or 20 significant digits 
 
Specifies the value of the parameter when it represents an integer field. 
 
Specifies the value of the parameter when it represents a memo field. 
 
Specifies the value of the parameter when it represents a small integer field. 
 
Specifies the value of the parameter when it represents an SQL timestamp field. 
 
Specifies the value of the parameter when it represents a string field. 
 
Specifies the value of the parameter when it represents a time field. 
 
This is AsWideString, a member of class TParam. 
 
Specifies the value of the parameter when it represents a word field. 
 
Indicates whether a value (NULL or otherwise) has been assigned to the parameter. 
 
Specifies the TCollection instance to which the TCollectionItem belongs. 
 
The name displayed in the Collection editor. 
 
ID 
A unique, permanent index for the item. 
 
Returns the item's position in the Items array of TCollection
 
Indicates whether the value assigned to the parameter is NULL (blank). 
 
Indicates the value of the parameter as a string, using the character set of the database table. 
 
Text 
Represents the value of the parameter as a string. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.