API:FireDAC.Phys.IBBase.TFDIBParInfoRec
| [–] Properties | |
|---|---|
| Type: record struct
| |
| Visibility: public | |
| Source: FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp
| |
| Unit: FireDAC.Phys.IBBase | |
| Parent: FireDAC.Phys.IBBase | |
Delphi
TFDIBParInfoRec = record
C++
struct DECLSPEC_DRECORD TFDIBParInfoRec
{
public:
Firedac::Phys::Ibwrapper::TIBVariable* FVar;
int FParamIndex;
short FLen;
short FPrec;
short FScale;
short FDestSQLDataType;
short FDestSQLSubType;
Firedac::Stan::Intf::TFDDataType FDestDataType;
Firedac::Stan::Intf::TFDDataType FSrcDataType;
System::UnicodeString FDestTypeName;
System::LongWord FFDLen;
Data::Db::TFieldType FSrcFieldType;
System::LongWord FSrcSize;
int FSrcPrec;
int FSrcScale;
Data::Db::TParamType FParamType;
};
Description
Embarcadero Technologies does not currently have any additional information.