REST.Types.TMethod

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMethod = Procedure of Object;
TMethod<T> = Procedure(Arg1: T) of Object;

C++

typedef void __fastcall (__closure *TMethod)(void);

Properties

Type Visibility Source Unit Parent
type
typedef
public
REST.Types.pas
REST.Types.hpp
REST.Types REST.Types

Description

Embarcadero Technologies does not currently have any additional information.