Root > Reference > All Types > TResponse > TResponse.SuccessMessage

Field TResponse.SuccessMessage

Previous pageReturn to chapter overviewNext page   

Success message (succeeded operations only).

 

Unit

ETypes

 

Syntax

 

Code (Delphi)

SuccessMessage: String;

 

Value

Success message in arbitrary format. This message may also be a URL.

 

Remarks

This field may contain optional "success" message, which is supposed to be shown to end-user. Typically, this value is set by send method which works with bug trackers. Bug trackers may report status of bug (open/closed), instructions to do ("please, download update - it fixes this issue"), and URL to open.

 

This field may contain either human-readable message or URL.

 

Human-readable message must be shown to end-user in a message box (or via similar feature in your application).

 

URLs must be opened in default application.

 

You can determinate kind of string by checking beginning of the string: does it start with URL protocol name? Currently EurekaLog is able to recognize HTTP/HTTPS protocols and automatically launch web-browser when "Show success message" option is used.

 

See also




Send feedback... Build date: 2023-09-11
Last edited: 2023-09-11
PRIVACY STATEMENT
The documentation team uses the feedback submitted to improve the EurekaLog documentation. We do not use your e-mail address for any other purpose. We will remove your e-mail address from our system after the issue you are reporting has been resolved. While we are working to resolve this issue, we may send you an e-mail message to request more information about your feedback. After the issues have been addressed, we may send you an email message to let you know that your feedback has been addressed.


Permanent link to this article: https://www.eurekalog.com/help/eurekalog/topic_field_etypes_tresponse_successmessage.php