CBDisk.StoragePresent property
Filter:
Pascal C++ (Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Specifies whether the component has created a storage.
Declaration
[Pascal]
property StoragePresent : boolean;
[C++ (Lib)]
bool GetStoragePresent();
[C++ (VCL)]
bool StoragePresent;
[C++ (.NET)]
bool StoragePresent;
[C#]
bool StoragePresent;
[VB.NET]
Public Property StoragePresent As Boolean
Description
Use this read-only property to check if the component has created a storage device, visible to the system. The property is set to True when CreateStorage() method has been called.
See also
Got questions or comments about this topic? Tell us about them.

