ObjAuto.ObjectInvoke

From RAD Studio VCL Reference
Jump to: navigation, search

Delphi Information

From ObjAuto.pas

	function ObjectInvoke(Instance: TObject;
		MethodHeader: PMethodInfoHeader;
		const ParamIndexes: array of Integer;
		const Params: array of Variant): Variant;


Unit: ObjAuto

Type: function

Visibility: public

C++ Information

From ObjAuto.hpp

	System::Variant __fastcall ObjectInvoke(System::TObject * Instance,
		Objauto::TMethodInfoHeader * MethodHeader,
		const int * ParamIndexes,
		int ParamIndexes_Size,
		const System::Variant * Params,
		int Params_Size);


Unit: ObjAuto

Type: function


Description

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

Personal tools
Translations
Newest Version