RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBlobField.Clear Method

Clears the current value in the BLOB field.

Pascal
procedure Clear; override;
C++
virtual __fastcall Clear();

Use Clear to delete the current value in the field and leave the field without a value.

Query1Images.Clear;

 

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