PgDAC

TMemDataSet.GetBlob Method

Retrieves TBlob object for a field or current record when its name is known.

Class

TMemDataSet

Syntax

function GetBlob(const FieldName: string): TBlob; overload;

Parameters
FieldName
Holds the name of an existing field.
Return Value
TBlob object that was retrieved.

Example

PgQuery1.GetBlob('Comment').SaveToFile('Comment.txt'); 

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback