CurrentQueue Property (Read Only) |
Top Previous Next |
Is the reference to the current queue in the LPD server. A developer could use this property to access the queue that raised the event The property is evaluated before the event is raised, after that, its value is Nil.
Visual Basic Syntax
[TnbXQueue =] TnbXLPD.CurrentQueue
Delphi Syntax
[TnbXQueue :=] TnbXLPD.CurrentQueue;
|