This type event is triggered to indicate the status of the TIdLPR object.
TIdLPRStatusEvent = procedure (ASender: TObject; const AStatus: TIdLPRStatus; const AStatusText: String) of object;
Parameters |
Description |
ASender |
the object that triggered this event. |
AStatus |
The state of the TIdLPR queue. |
AStatusText |
The JobID, an error message if AStatus equals psError, or the queue results if AStatus equals psQueueState. |
This type event is triggered to indicate the status of the TIdLPR object.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |