TFlxMessages.GetString Method
Overloads
TFlxMessages.GetString(TFlxMessage)
Returns a string from the FlxMessage enumeration.
Syntax
Unit: FlexCel.Core
class function TFlxMessages.GetString(const ResName: TFlxMessage): string; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
ResName |
TFlxMessage |
Message code. |
Returns
Associated string.
See also
TFlxMessages.GetString(TCondFmtError)
Returns a string from the CondFmtError enumeration.
Syntax
Unit: FlexCel.Core
class function TFlxMessages.GetString(const ResName: TCondFmtError): string; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
ResName |
TCondFmtError |
Message code. |
Returns
Associated string.
See also
TFlxMessages.GetString(TFlxErr, )
Returns a string based on the TFlxErr enumerator, formatted with args.
This method is used to get an Exception error message.
Syntax
Unit: FlexCel.Core
class function TFlxMessages.GetString(const ResName: TFlxErr; const args: ): string; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
ResName |
TFlxErr |
Error Code. |
const |
args |
|
Parameters for this error. |
See also