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

TGUnixOutputStream

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

Declaration

Source position: lazgio2.pas line 7101

type TGUnixOutputStream = object(TGOutputStream)

  priv1: PGUnixOutputStreamPrivate;

  

  function new();

  

  function get_close_fd;

  

  function get_fd;

  

  procedure set_close_fd();

  

  property close_fd: gboolean; [rw]

  

  property fd: gint; [r]

  

end;

Inheritance

TGUnixOutputStream

  

TGOutputStream

  

TGObject