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

This is type SysUtils.TFunc.

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