[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 3707
type IADsPath = interface(IDispatch) |
function Get_Type_; |
procedure Set_Type_(); |
function Get_VolumeName; |
procedure Set_VolumeName(); |
function Get_Path; |
procedure Set_Path(); |
property Type_: Integer; [rw] |
property VolumeName: WideString; [rw] |
property Path: WideString; [rw] |
end; |
| |
IInterface |