RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TField.IsBlob Method

Indicates whether the field represents the data in a binary large object (BLOB) field.

Pascal
class function IsBlob: Boolean; virtual;
C++
virtual __fastcall Boolean IsBlob();

Call IsBlob to determine whether the field represents BLOB data. For example, before using the GetData or SetData method, call IsBlob to determine whether the method can be used. The IsBlob method for TField always returns false. Descendants of TField that implement blob fields override this method to indicate that they represent BLOB data. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!