SecureBlackbox

200+ components and classes for all aspects of digital security of your data

Filter: C#/Java  VB.NET  Pascal  ActiveX  C++ 


TElFileObject.Seek

TElFileObject     See also    


 

Moves current position pointer.

   

Declaration

[C#/Java]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    not applicable;

[VB6]
    Sub Seek(Position As Long, MoveMethod As FileMoveMethod)

[ActiveX]
    HRESULT _stdcall IElFileObjectX.Seek([in] long Position, [in] FileMoveMethod MoveMethod);

[C++]
    not implemented;

   

Parameters

  • Position - number of positions for which pointer will be moved
  • MoveMethod - specifies position from which pointer will be moved
   

FileMoveMethod Values:


   

Description

    Use this method to move the current position pointer.

   

See also:     Close     Open     Read    

 
Back to top