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

TGIOStream

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

Declaration

Source position: lazgio2.pas line 2547

type TGIOStream = object(TGObject)

  priv: PGIOStreamPrivate;

  

  function splice_finish();

  

  procedure clear_pending;

  

  function close();

  

  procedure close_async();

  

  function close_finish();

  

  function get_input_stream;

  

  function get_output_stream;

  

  function has_pending;

  

  function is_closed;

  

  function set_pending();

  

  procedure splice_async();

  

  property input_stream: PGInputStream; [r]

  

  property output_stream: PGOutputStream; [r]

  

end;

Inheritance

TGIOStream

  

TGObject