CurrentJob Property (Read Only) |
Top Previous Next |
Holds a pointer to the current Job. It's assigned before calling an event and after that it's value is Null.
Visual Basic Syntax
[TnbXLPDQueue =] TnbXLPDQueue.CurrentJob
Delphi Syntax
[TnbXLPDQueue :=] TnbXLPDQueue.CurrentJob;
Example
Dim Job as TnbXLPDJob .... Job = TnbXLPDQueue.CurrentJob
|