Retrieves TBlob object for a field or current record when the field itself is known.
function GetBlob(Field: TField): TBlob; overload;
Call the GetBlob method to retrieve TBlob object for a field or current record when only its name or the field itself is known. FieldName is the name of an existing field. The field should have MEMO or BLOB type.