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

TGUnixInputStream

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

Declaration

Source position: lazgio2.pas line 7020

type TGUnixInputStream = object(TGInputStream)

  priv1: PGUnixInputStreamPrivate;

  

  function new();

  

  function get_close_fd;

  

  function get_fd;

  

  procedure set_close_fd();

  

  property close_fd: gboolean; [rw]

  

  property fd: gint; [r]

  

end;

Inheritance

TGUnixInputStream

  

TGInputStream

  

TGObject