System.TDLLProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDLLProc = procedure (Reason: Integer);

C++

typedef void __fastcall (*TDLLProc)(int Reason);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.pas
System.hpp
System System

Description

Is used internally.

TDLLProc is used internally by the Delphi compiler.

See Also