[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 1461
type IADsMembers = interface(IDispatch) |
function Get_Count; |
function Get__NewEnum; |
function Get_Filter; |
procedure Set_Filter(); |
property Count: Integer; [r] |
property _NewEnum: IUnknown; [r] |
property Filter: OleVariant; [rw] |
end; |
| |
IInterface |