[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 3024
type IADsFileService = interface(IADsService) |
function Get_Description; |
procedure Set_Description(); |
function Get_MaxUserCount; |
procedure Set_MaxUserCount(); |
property Description: WideString; [rw] |
property MaxUserCount: Integer; [rw] |
end; |
| |
| |
| |
IInterface |