Message class is used to obtain messages such as errors and warnings.
The class can be called from Report class.
.
More...
Public Member Functions | |
| int | GetCode () |
| Returns the code of the message as an integer. More... | |
| String | GetText () |
| Returns the text of the message as a string. More... | |
| String | GetTitle () |
| Returns the title of the message as a string. More... | |
| String | GetType () |
| Returns the type of the message as a string. More... | |
| bool | IsValid () |
| Returns True if an object is valid. More... | |
Message class is used to obtain messages such as errors and warnings.
The class can be called from Report class.
.
Example of calling the class object:
| int Message::GetCode | ( | ) |
Returns the code of the message as an integer.
| String Message::GetText | ( | ) |
Returns the text of the message as a string.
| String Message::GetTitle | ( | ) |
Returns the title of the message as a string.
| String Message::GetType | ( | ) |
Returns the type of the message as a string.
| bool Message::IsValid | ( | ) |
Returns True if an object is valid.