[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 2648
type IADsPrintQueue = interface(IADs) |
function Get_PrinterPath; |
procedure Set_PrinterPath(); |
function Get_Model; |
procedure Set_Model(); |
function Get_Datatype; |
procedure Set_Datatype(); |
function Get_PrintProcessor; |
procedure Set_PrintProcessor(); |
function Get_Description; |
procedure Set_Description(); |
function Get_Location; |
procedure Set_Location(); |
function Get_StartTime; |
procedure Set_StartTime(); |
function Get_UntilTime; |
procedure Set_UntilTime(); |
function Get_DefaultJobPriority; |
procedure Set_DefaultJobPriority(); |
function Get_Priority; |
procedure Set_Priority(); |
function Get_BannerPage; |
procedure Set_BannerPage(); |
function Get_PrintDevices; |
procedure Set_PrintDevices(); |
function Get_NetAddresses; |
procedure Set_NetAddresses(); |
property PrinterPath: WideString; [rw] |
property Model: WideString; [rw] |
property Datatype: WideString; [rw] |
property PrintProcessor: WideString; [rw] |
property Description: WideString; [rw] |
property Location: WideString; [rw] |
property StartTime: TDateTime; [rw] |
property UntilTime: TDateTime; [rw] |
property DefaultJobPriority: Integer; [rw] |
property Priority: Integer; [rw] |
property BannerPage: WideString; [rw] |
property PrintDevices: OleVariant; [rw] |
property NetAddresses: OleVariant; [rw] |
end; |
| |
| |
IInterface |