Returns field databuffer size by field index.
property FieldLenght[aIndex : integer]: Cardinal;
Use FieldLenght to get size of data buffer of field with index aIndex in active record. This can be usefull if you want to process BLOB fields with 0x00 character within the data.
Use FieldRawDataPointer() method to get a direct pointer to field databuffer.