[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 3860
type IADsBackLink = interface(IDispatch) |
function Get_RemoteID; |
procedure Set_RemoteID(); |
function Get_ObjectName; |
procedure Set_ObjectName(); |
property RemoteID: Integer; [rw] |
property ObjectName: WideString; [rw] |
end; |
| |
IInterface |