System.DLLShutdownProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

DLLShutdownProc: procedure = nil;     { Shutdown procedure for DLL }

C++

extern DELPHI_PACKAGE void __fastcall (*DLLShutdownProc)(void);

Properties

Type Visibility Source Unit Parent
variable public
System.pas
System.hpp
System System

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!