DeleteQueue Method |
Top Previous Next |
Deletes a Queue within the LPD control Queue list. If the Queue has printing Jobs it won't be deleted unless ForceRemove is set to True.
Visual Basic Syntax
TnbXLPD.DeleteQueue (QueueName As String, ForceRemove As Boolean)
Delphi Syntax
TnbXLPD.DeleteQueue (QueueName:string; ForceRemove:boolean);
|