Discuss this help topic in SecureBlackbox Forum

TElCompoundFileVirtualStream.CanSeek

TElCompoundFileVirtualStream     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if the current position in the file could be changed.

Declaration

[C#]
    bool CanSeek;

[VB.NET]
    Property CanSeek As Boolean

[Pascal]
    property CanSeek : boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Use this read-only property to check if the current position in the file could be changed.

See also:     Position     Seek    

Discuss this help topic in SecureBlackbox Forum