[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Converts the specified array of values to a string which can be displayed using the output methods for the logger type.
Source position: lazloggerbase.pas line 141
protected function TLazLogger.ArgsToString( |
const Args: array of Const |
):string; |
Args |
|
Array of constant values converted to a string in the method. |
String representing the values in the specified array.
The return value is generated by calling DbgS or DbgSName for the value types in the array elements. For string and character types, the values are converted and cast using AnsiString, WideString, or RTTI routines as needed. An unknown value type is represented in the string using '?unknown variant?'.
Version 4.0 | Generated 2025-05-03 | Home |