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

TGFileEnumerator

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

Declaration

Source position: lazgio2.pas line 3933

type TGFileEnumerator = object(TGObject)

  priv: PGFileEnumeratorPrivate;

  

  function close();

  

  procedure close_async();

  

  function close_finish();

  

  function get_child();

  

  function get_container;

  

  function has_pending;

  

  function is_closed;

  

  function iterate();

  

  function next_file();

  

  procedure next_files_async();

  

  function next_files_finish();

  

  procedure set_pending();

  

  property container: PGFile; [r]

  

end;

Inheritance

TGFileEnumerator

  

TGObject