System.ModuleCacheID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ModuleCacheID: Cardinal;

Properties

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

Description

Module cache version number.

ModuleCacheID is used to control the RTL module handle caches. It is incremented each time InvalidateModuleCache is called.

Note: ModuleCacheID is defined for Linux and Mac OS.

See Also