System.TDLLProc

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TDLLProc = procedure (Reason: Integer);

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.pas
System.hpp
System System

説明

内部的に使用します。

TDLLProc は、Delphi コンパイラが内部的に使用するものです。

関連項目