FireDAC.Stan.Param.TFDParam Properties
InheritedProtected
| ArraySize | published | Represents the size of a TFDParam object. |
| ArrayType | published | Represents the type of an array-valued TFDParam object. |
| AsAnsiString | public | Represents the value of a TFDParam object as an AnsiString. |
| AsAnsiStrings | public | Represents an array of TFDAnsiString values. |
| AsBCD | public | Represents the value of a TFDParam as a binary-coded decimal (BCD). |
| AsBCDs | public | Represents an array of Currency values. |
| AsBlob | public | Specifies the value of a TFDParam when it represents a binary large object (BLOB). |
| AsBlobs | public | Represents an array of TFDByteString values. |
| AsBoolean | public | Specifies the value of a TFDParam when it represents a Boolean. |
| AsBooleans | public | Represents an array of Boolean values. |
| AsByte | public | Specifies the value of a TFDParam when it represents a Byte. |
| AsBytes | public | Represents an array of Byte values. |
| AsByteStr | public | Specifies the value of a TFDParam when it represents a TFDByteString. |
| AsByteStrs | public | Represents an array of TFDByteString values. |
| AsCurrency | public | Specifies the value of a TFDParam when it represents a Currency. |
| AsCurrencys | public | Represents an array of Currency values. |
| AsDataSet | public | Specifies the value of a TFDParam when it represents a TDataSet. |
| AsDataSets | public | Represents an array of TDataSet values. |
| AsDate | public | Specifies the value of a TFDParam when it represents a TDateTime. |
| AsDates | public | Represents an array of TDateTime values. |
| AsDateTime | public | Specifies the value of a TFDParam when it represents a TDateTime. |
| AsDateTimes | public | Represents an array of TDateTime values. |
| AsExtended | public | Specifies the value of a TFDParam when it represents a Extended. |
| AsExtendeds | public | Represents an array of Extended values. |
| AsFixedChar | public | Specifies the value of a TFDParam when it represents a String. |
| AsFixedChars | public | Represents an array of String values. |
| AsFloat | public | Specifies the value of a TFDParam when it represents a Float value. |
| AsFloats | public | Represents an array of Float values. |
| AsFMTBCD | public | Specifies the value of a TFDParam when it represents a TBcd value. |
| AsFMTBCDs | public | Represents an array of TBcd values. |
| AsGUID | public | Specifies the value of a TFDParam when it represents a TGUID. |
| AsGUIDs | public | Represents an array of TGUID values. |
| AsInteger | public | Specifies the value of a TFDParam when it represents an Integer. |
| AsIntegers | public | Represents an array of Integer values. |
| AsLargeInt | public | Specifies the value of a TFDParam when it represents a LargeInt. |
| AsLargeInts | public | Represents an array of LargeInt values. |
| AsLongword | public | Specifies the value of a TFDParam when it represents a LongWord. |
| AsLongwords | public | Represents an array of LongWord values. |
| AsMemo | public | Specifies the value of a TFDParam when it represents a Memo. |
| AsMemos | public | Represents an array of Memo values. |
| AsShortInt | public | Specifies the value of a TFDParam when it represents a Shortint. |
| AsShortInts | public | Represents an array of Shortint values. |
| AsSingle | public | Specifies the value of a TFDParam when it represents a Single value. |
| AsSingles | public | Represents an array of Single values. |
| AsSmallInt | public | Specifies the value of a TFDParam when it represents a LongInt. |
| AsSmallInts | public | Represents an array of Smallint values. |
| AsSQLTimeInterval | public | Specifies the value of a TFDParam when it represents a TFDSQLTimeInterval. |
| AsSQLTimeIntervals | public | Represents an array of TFDSQLTimeInterval values. |
| AsSQLTimeStamp | public | Specifies the value of a TFDParam when it represents a TSQLTimeStamp. |
| AsSQLTimeStampOffset | public | |
| AsSQLTimeStampOffsets | public | |
| AsSQLTimeStamps | public | Represents an array of TSQLTimeStamp values. |
| AsStream | public | Specifies the value of a TFDParam when it represents a TStream object. |
| AsStreams | public | Represents an array of TStream values. |
| AsString | public | Specifies the value of a TFDParam when it represents a String. |
| AsStrings | public | Represents an array of String values. |
| AsTime | public | Specifies the value of a TFDParam when it represents a TDateTime. |
| AsTimes | public | Represents an array of TDateTime values. |
| AsVarByteStr | public | Specifies the value of a TFDParam when it represents a TFDByteString. |
| AsVarByteStrs | public | Represents an array of TFDByteString values. |
| AsWideMemo | public | Specifies the value of a TFDParam when it represents an UnicodeString. |
| AsWideMemos | public | Represents an array of UnicodeString values. |
| AsWideString | public | Specifies the value of a TFDParam when it represents a WideString. |
| AsWideStrings | public | Represents an array of WideString values. |
| AsWord | public | Specifies the value of a TFDParam when it represents a LongWord. |
| AsWords | public | Represents an array of Word values. |
| AsXML | public | Specifies the value of a TFDParam when it represents a XML. |
| AsXMLs | public | Represents an array of UnicodeString values. |
| Bound | public | Indicates whether a value (NULL or otherwise) has been assigned to the parameter. |
| Collection | public | Specifies the TCollection instance to which the TCollectionItem belongs. |
| DataSet | protected | |
| DataType | published | Indicates the type of field whose value the TFDParam represents. |
| DataTypeName | published | Name of the data type of the parameter. |
| DisplayName | public | The name displayed in the Collection editor. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| FDDataType | published | FireDAC data type of the parameter. |
| ID | public | A unique, permanent index for the item. |
| Index | public | Returns the item's position in the Items array of TCollection. |
| IsCaseSensitive | published | Identifies if a TFDParam name is case sensitive. |
| IsDataSet | public | Specifies if the DataType is ftDataSet and the TDataSet object is assigned to the parameter value. |
| IsDatasets | public | Specifies if the DataType is ftDataSet and the TDataSet object is assigned to the parameter value. |
| IsNull | public | Indicates whether a TFDParam value is NULL. |
| IsNulls | public | Indicates whether a TFDParam value is NULL. |
| IsObject | public | Specifies whether the DataType is ftDataSet or ftStream and the TObject value is assigned. |
| IsObjects | public | Specifies whether the DataType is ftDataSet or ftStream and the TObject value is assigned. |
| IsStream | public | Specifies whether the DataType is ftStream and the TStream value is assigned. |
| IsStreams | public | Specifies whether the DataType is ftStream and the TStream value is assigned. |
| IsUnicode | public | Specifies whether the DataType of a TFDParam object is an Unicode-based data type. |
| Name | published | Indicates the name of a TFDParam object. |
| NumericScale | published | Specifies the number of decimal places for a TFDParam object. |
| ParamType | published | Indicates the type of the parameter the TFDParam represents. |
| Position | published | Indicates the position of the parameter. |
| Precision | published | Specifies the number of digits allowed for a numeric parameter. |
| Size | published | Specifies the number of characters in a string-typed parameter. |
| SQLName | public | Name of the parameter in the format required to use the parameter name in a SQL query. |
| StreamMode | published | Stream mode of the parameter. |
| Text | public | Represents the value of a TFDParam object as a string. |
| Texts | public | Represents the value of a TFDParam object as a string. |
| Value | published | Represents the value of a TFDParam object as a Variant. |
| Values | public | Represents the value of a TFDParam object as a Variant. |