[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 1339
type IADs = interface(IDispatch) |
function Get_Name; |
function Get_Class_; |
function Get_GUID; |
function Get_ADsPath; |
function Get_Parent; |
function Get_Schema; |
procedure GetInfo; |
procedure SetInfo; |
function Get(); |
procedure Put(); |
function GetEx(); |
procedure PutEx(); |
procedure GetInfoEx(); |
property Name: WideString; [r] |
property Class_: WideString; [r] |
property GUID: WideString; [r] |
property ADsPath: WideString; [r] |
property Parent: WideString; [r] |
property Schema: WideString; [r] |
end; |
| |
IInterface |