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

TGDataOutputStream

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

Declaration

Source position: lazgio2.pas line 3319

type TGDataOutputStream = object(TGFilterOutputStream)

  priv1: PGDataOutputStreamPrivate;

  

  function new();

  

  function get_byte_order;

  

  function put_byte();

  

  function put_int16();

  

  function put_int32();

  

  function put_int64();

  

  function put_string();

  

  function put_uint16();

  

  function put_uint32();

  

  function put_uint64();

  

  procedure set_byte_order();

  

  property byte_order: TGDataStreamByteOrder; [rw]

  

end;

Inheritance

TGDataOutputStream

  

TGFilterOutputStream

  

TGOutputStream

  

TGObject