Retrieves a TIBCBlob object for a field when only its name is known.
function GetBlob(const FieldName: string): TIBCBlob;
Call the GetBlob method to retrieve a TIBCBlob object for a field when only its name is known. FieldName is the name of an existing field. The field should have the ftIBCBlob type.