[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 1390
type IADsContainer = interface(IDispatch) |
function Get_Count; |
function Get__NewEnum; |
function Get_Filter; |
procedure Set_Filter(); |
function Get_Hints; |
procedure Set_Hints(); |
function GetObject(); |
function Create(); |
procedure Delete(); |
function CopyHere(); |
function MoveHere(); |
property Count: Integer; [r] |
property _NewEnum: IUnknown; [r] |
property Filter: OleVariant; [rw] |
property Hints: OleVariant; [rw] |
end; |
| |
IInterface |