RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataBlock.Clear Method

Removes all data from Memory except for the reserved bytes.

Pascal
procedure Clear; stdcall;
C++
__fastcall __stdcall Clear();

Call Clear when finished reading from Memory or when the information written to Memory has been used. Clear reclaims the resources used to store information that is read from or written to the data block. 

 

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