API:System.SysUtils.TProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TProc = reference to procedure;
TProc<T> = reference to procedure (Arg1: T);
TProc<T1,T2> = reference to procedure (Arg1: T1; Arg2: T2);
TProc<T1,T2,T3> = reference to procedure (Arg1: T1; Arg2: T2; Arg3: T3);
TProc<T1,T2,T3,T4> = 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

Properties

Type Visibility Source Unit Parent
anonMethod
class
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!