表示: Delphi
C++
表示設定
System.SysUtils.TProc
提供:XE2 API Documentation
Delphi
type TProc = reference to procedure; type TProc = reference to procedure(Arg1: T); type TProc = reference to procedure(Arg1: T1, Arg2: T2); type TProc = reference to procedure(Arg1: T1, Arg2: T2, Arg3: T3); type TProc = reference to procedure(Arg1: T1, Arg2: T2, Arg3: T3, Arg4: T4);
C++
__interface TProc : public System::IInterface template<typename T> __interface TProc__1 : public System::IInterface template<typename T1, typename T2> __interface TProc__2 : public System::IInterface template<typename T1, typename T2, typename T3> __interface TProc__3 : public System::IInterface template<typename T1, typename T2, typename T3, typename T4> __interface TProc__4 : public System::IInterface
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
anonMethod class |
public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
説明
TProc はジェネリック プロシージャの参照を宣言します。
TProc 型はジェネリック プロシージャの参照として使用します。TProc 型にはいくつかの変形があり、それぞれ受理するジェネリック引数の数が異なります。