System.SysUtils.TProc.Invoke

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

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

Description

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