[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 2391
type TGConverterInputStream = object(TGFilterInputStream) |
||
|
||
function new(); |
|
|
function get_converter; |
|
|
property converter: PGConverter; [r] |
|
|
end; |
|
||
|
||
|
||
|