IBDAC

TCustomIBCDataSet.GetBlob Method

Retrieves a TIBCBlob object for a field when only its name is known.

Class

TCustomIBCDataSet

Syntax

function GetBlob(const FieldName: string): TIBCBlob;

Parameters
FieldName
Holds the field name of an existing field.
Return Value
The TIBCBlob object, if a field with a matching name was found.

Remarks

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.

See Also

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