EldoS
 Table of Contents >  CBDisk.Active property
Navigation
Web site
Support
Table Of Contents

CBDisk.Active property

Filter:

Pascal    C++ (Lib)    C++ (VCL)    C++ (.NET)    C#    VB.NET   

CBDisk     See also    

Overview

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

StoragePresent    


Got questions or comments about this topic? Tell us about them.
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2011, EldoS Corporation