CBFS Connect 2020 C++ Builder Edition

Questions / Feedback?

IsIconRegistered Method

Checks whether the specified icon is registered.

Syntax

bool __fastcall IsIconRegistered(String IconId);

Remarks

This method checks whether an icon with the specified IconId has been registered. If such an icon has been registered, this method returns true; otherwise it returns false.

Icons can be registered using the RegisterIcon method. Please refer to that method's documentation, as well as the Custom Drive Icons topic, for more information.

The Helper DLL must be installed in order for this method to function correctly. Applications can check to see whether the Helper DLL is installed using the GetModuleVersion method, and install it using the Install method if necessary.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Connect 2020 C++ Builder Edition - Version 20.0 [Build 8348]