CBDisk.Destroy method
Filter:
Pascal C++ (Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Deletes an instance of CBDisk.
Declaration
[Pascal]
destructor Destroy;
[C++ (Lib)]
~CBDisk();
[C++ (VCL)]
~CBDisk();
[C++ (.NET)]
not applicable;
[C#]
not applicable;
[VB.NET]
not applicable;
Description
Use the destructor to close the storage (if it has not been closed) and delete an object.
Got questions or comments about this topic? Tell us about them.

