[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGio2' (#lcl)

TGSeekable

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgio2.pas line 2008

type TGSeekable = object

  function can_seek;

  

  function can_truncate;

  

  function seek();

  

  function tell;

  

  function truncate();

  

end;

Inheritance

TGSeekable