Description
Get the string type value of preference setting.
Syntax
Function RFDocument.GetPreferenceStringValue(item As RFPreferenceStringItem, pStrValue As String) As RFErrorCode
The GetPreferenceStringValue syntax has these parts:
| Part | Description |
|---|---|
| item | [IN] RFPreferenceStringItem Required. Preference Item which has string type. |
| pStrValue | [OUT] String Required. Preference value for specified item. |