DesignIntf.IEventInfo.GetResultType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetResultType: string;

C++

virtual System::UnicodeString __fastcall GetResultType() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IEventInfo

Description

Returns a string that represents the type returned by the method described by the current instance.

See Also