Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 821 Bytes

TPJPipeFilter-Pipe.md

File metadata and controls

23 lines (13 loc) · 821 Bytes

Pipe property

Project: I/O Utility Classes

Unit: PJPipeFilters

Classes: TPJPipeFilter, TPJUnicodeBMPPipeFilter, TPJAnsiSBCSPipeFilter

Applies to: ~>1.0

property Pipe: TPJPipe;

Description

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.

Remarks

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.