[Overview][Classes][Procedures and functions][Index] |
Gets the string representation for the specified value as the specified type.
Source position: laz2_xmlcfg.pas line 84
protected function TXMLConfig.ValueWithTypeInfoToString( |
const AValue; |
const APTypeInfo: PTypeInfo |
):string; |
AValue |
|
Untyped parameter with the value converted to a string in the method. |
APTypeInfo |
|
Pointer to the RTTI type for the specified value. |
String with the value for the specified type.
Version 4.0 | Generated 2025-05-03 | Home |