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

TGUnixFDList

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

Declaration

Source position: lazgio2.pas line 2569

type TGUnixFDList = object(TGObject)

  priv: PGUnixFDListPrivate;

  

  function new;

  

  function new_from_array();

  

  function append();

  

  function get();

  

  function get_length;

  

  function peek_fds();

  

  function steal_fds();

  

end;

Inheritance

TGUnixFDList

  

TGObject