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

TXMLConfig.ValueWithTypeInfoToString

Gets the string representation for the specified value as the specified type.

Declaration

Source position: laz2_xmlcfg.pas line 84

protected function TXMLConfig.ValueWithTypeInfoToString(

  const AValue;

  const APTypeInfo: PTypeInfo

):string;

Arguments

AValue

  

Untyped parameter with the value converted to a string in the method.

APTypeInfo

  

Pointer to the RTTI type for the specified value.

Function result

String with the value for the specified type.


Version 4.0 Generated 2025-05-03 Home