System.InvalidateModuleCache

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InvalidateModuleCache;

Properties

Type Visibility Source Unit Parent
procedure public System.pas System System

Description

Invalidate module cache.

You must call InvalidateModuleCache each time after you load or unload modules using dlopen or dlclose. This will cause the refresh of RTL module handle caches in the future.

InvalidateModuleCache increments ModuleCacheID.

Note: InvalidateModuleCache is defined for Linux and Mac OS.

See Also