[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazLoggerBase' (#lazutils)

TLazLogger.ArgsToString

Converts the specified array of values to a string which can be displayed using the output methods for the logger type.

Declaration

Source position: lazloggerbase.pas line 141

protected function TLazLogger.ArgsToString(

  const Args: array of Const

):string;

Arguments

Args

  

Array of constant values converted to a string in the method.

Function result

String representing the values in the specified array.

Description

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