Description
Get the boolean type value of preference setting.
Syntax
Function RFDocument.GetPreferenceBooleanValue(item As RFPreferenceBooleanItem, pbValue As Boolean) As RFErrorCode
The GetPreferenceBooleanValue syntax has these parts:
| Part | Description |
|---|---|
| item | [IN] RFPreferenceBooleanItem Required. Preference Item which has boolean type. |
| pbValue | [OUT] Boolean Required. Preference value for specified item. |