Unit 'Laz2_XMLCfg' Package
[Overview][Classes][Procedures and functions][Index] [#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.4 Generated 2025-11-08 Home