Welcome to the new DelphiDabbler Code Library Documentation.

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.

TPJAnsiTextReadEvent method type

Project: I/O Utility Classes

Unit: PJPipeFilters

Applies to: ~>1.0

type
  TPJAnsiTextReadEvent = procedure(Sender: TObject;
    const Text: AnsiString) of object;

Description

This is an event handler type. It is the type of text read events triggered by pipe filter classes that read ANSI strings from pipes.

The parameters are:

Remarks

This event handler type is used for the OnText and OnLineEnd events of TPJAnsiSBCSPipeFilter.

See Also