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

CBDisk.StoragePresent property

Filter:

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

CBDisk     See also    

Overview

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

Active    


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