System.DLLShutdownProc
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.