This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.
Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.
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.