Read-only
About Analyzer Events

MessageText Property


Description

Returns text for the specified eventID

 VB Syntax

app.MessageText,eventID,message

Variable

(Type) - Description

app

An Application (object)

eventID

(enum naEventID) Choose from the list in Working with the Analyzer's Events

message

(string) - variable to store the returned message

Return Type

String

Default

Not Applicable

Examples

RFNA.MessageText naEventID_ARRANGE_WINDOW_EXCEED_CAPACITY, message

C++ Syntax

HRESULT get_MessageText( tagNAEventID msgID, BSTR* message)

Interface

IApplication