Project: I/O Utility Classes
Applies to: ~>1.0
This unit contains classes that filter or format output from pipes.
- TPJPipeFilter abstract class
- TPJUnicodeBMPPipeFilter class
- TPJUnicodeTextReadEvent method type
- TPJAnsiSBCSPipeFilter class
- TPJAnsiTextReadEvent method type
- TBytes dynamic array type [1]
- UnicodeString type [2]
TBytes is declared as array of Byte
only if it is not already declared in any used unit.
UnicodeString is declared as WideString
only if it is not already declared. (It is a native type on Delphi 2009 and later).