RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.TProc Type
Pascal
TProc<T1,T2,T3,T4> = reference to procedure (Arg1: T1; Arg2: T2; Arg3: T3; Arg4: T4);
C++
reference to procedure (Arg1: T1; Arg2: T2; Arg3: T3; Arg4: T4) TProc;

This is type SysUtils.TProc.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!