FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlxMemTable.Close Method

Call Close to set the Active property of a dataset to false. When Active is false, the dataset is closed; it cannot read or write data.

Pascal
procedure Close;
C++
__fastcall Close();

Note that closing the dataset does not clear the data. You can close it and then open it, and the data will still be there. 

If you want to clear the data, call Clear before closing. 

 

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!