Table of Contents

TProperty.SetStringValue Method

Sets the property value using a string value.

Remarks

You don't need to call SetStringValue directly, this method is most used by TProperty descendant classes to override the default behavior of converting a string to a property value. To read/write string values use AsString property.

Syntax

Unit: PropertyList

procedure TProperty.SetStringValue(const Value: WideString); virtual;

Parameters

<-> Parameter Type Description
const Value WideString The string value which will be set to the property.

See also