TProperty.GetStringValue Method
Returns the property value in string format.
Remarks
You don't need to call GetStringValue directly, this method is most used by TProperty descendant classes to override the default behavior of converting a property value into a string. To read/write string values use AsString property.
Syntax
Unit: PropertyList
function TProperty.GetStringValue: WideString; virtual;