System.SysUtils.TFunc.Invoke

From RAD Studio API Documentation
Jump to: navigation, search

C++

virtual TResult __fastcall Invoke(void) = 0 ;
virtual TResult __fastcall Invoke(T Arg1) = 0 ;
virtual TResult __fastcall Invoke(T1 Arg1, T2 Arg2) = 0 ;
virtual TResult __fastcall Invoke(T1 Arg1, T2 Arg2, T3 Arg3) = 0 ;
virtual TResult __fastcall Invoke(T1 Arg1, T2 Arg2, T3 Arg3, T4 Arg4) = 0 ;

Properties

Type Visibility Source Unit Parent
function public System.SysUtils.hpp System.SysUtils TFunc

Description

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