Главная страница | назад





Article #16565: Accessing new interfaces in a RemoteDataModule

 Question and Answer Database
FAQ1565D.txt Accessing new interfaces in a RemoteDataModule
Category :Multitier/Remote Datasets
Platform :All
Product :Delphi 3.x
Question:
If I want to support several interfaces on the same
RemoteDataModule and in the typelib editor, add
new interfaces, and make them members of the original coClass.
How do I access these other interfaces.
If I try (AppServer as IAnother) or IAnother(AppServer),
I get a compilation error.
Answer:
Try the syntax:
(IDispatch(RemoteServer.AppServer) as IAnother)
Also, this will only work if you are using DCOM as the
transport.
7/16/98 4:31:28 PM

Last Modified: 01-SEP-99