Hi,
I have access to collection InstalledApplicationFilters.
I need to read if my application filter is enabled or disabled.
Problem is that ifpcServer2->InstalledApplicationFilters->Item(index)
returns item of type FPCLib::IFPCRefPtr.
To see enabled/disabled state I need to retrieve
FPCLib::IFPCApplicationFilterPtr.
How can I retrieve FPCLib::IFPCApplicationFilterPtr from FPCLib::IFPCRefPtr ?
Peter