DesignIntf.TEventInfo.GetParamFlags

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: TEventInfo

Delphi

function GetParamFlags(Index: Integer): TParamFlags;

C++

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

Description

Returns the flags associated with a parameter specified by index.

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

See Also