CBDisk.Active property
Filter:
Pascal C++ (Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Specifies whether the component is active and handling OS requests.
Declaration
[Pascal]
property Active : boolean;
[C++ (Lib)]
bool GetActive();
[C++ (VCL)]
bool Active;
[C++ (.NET)]
bool Active;
[C#]
bool Active;
[VB.NET]
Public Property Active As Boolean
Description
Use this property to check if the component is active and handling OS requests. The component is Active when both CreateStorage() and MountMedia() have been called.
See also
Got questions or comments about this topic? Tell us about them.

