[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 3220
type IADsResource = interface(IADs) |
function Get_User; |
function Get_UserPath; |
function Get_Path; |
function Get_LockCount; |
property User: WideString; [r] |
property UserPath: WideString; [r] |
property Path: WideString; [r] |
property LockCount: Integer; [r] |
end; |
| |
| |
IInterface |