[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaactivex.pas line 455
| type IConnectionPoint = interface | 
| function GetConnectionInterface(); | 
| function GetConnectionPointContainer(); | 
| function Advise(); | 
| function Unadvise(); | 
| function EnumConnections(); | 
| end; | 
| | | 
| IInterface |