Zamrony P. Juhara via fpc-pascal wrote:
If you need to know if an instance implement certain interface, you can use is operator

if anInstance is IInterface1 then
begin
end

Thanks for the reply, but that is not what I meant.

Regards,

Adriaan van Os

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to