DesignIntf.TEventInfo.GetParamFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParamFlags(Index: Integer): TParamFlags;

C++

System::Typinfo::TParamFlags __fastcall GetParamFlags(int Index);

Properties

Type Visibility Source Unit Parent
function protected
DesignIntf.pas
DesignIntf.hpp
DesignIntf TEventInfo

Description

Returns the flags associated with a parameter specified by index.

GetParamFlags returns the flags associated with a parameter specified by index.

See Also