Examples Delphi

Q: The IS-Operator does not function in my DLL.
A: Compile both the application and the DLL with runtime packages.
Then both the exe and the dll will use the same .dpl (= VCL instance) and the IS-operator will work.