Project: I/O Utility Classes
Unit: PJPipeFilters
Classes: TPJPipeFilter, TPJUnicodeBMPPipeFilter, TPJAnsiSBCSPipeFilter
Applies to: ~>1.0
property Pipe: TPJPipe;
This property provides read only access to the TPJPipe object that was passed to the constructor.
Use this property if you need to access any of the pipe's properties or methods and have not maintained a separate reference to it.
This property was provided so that a reference could be obtained to pipe object that was created on the fly in the filter object's constructor.