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

TGConverterInputStream

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

Declaration

Source position: lazgio2.pas line 2391

type TGConverterInputStream = object(TGFilterInputStream)

  priv1: PGConverterInputStreamPrivate;

  

  function new();

  

  function get_converter;

  

  property converter: PGConverter; [r]

  

end;

Inheritance

TGConverterInputStream

  

TGFilterInputStream

  

TGInputStream

  

TGObject