System.TDLLProc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TDLLProc = procedure (Reason: Integer);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.pas
System.hpp
System System

Beschreibung

Wird intern verwendet.

TDLLProc wird intern vom Delphi-Compiler verwendet.

Siehe auch