Description
Get the long type value of preference setting.
Syntax
Function RFDocument.GetPreferenceLongValue(item As RFPreferenceLongItem, piValue As Long) As RFErrorCode
The GetPreferenceLongValue syntax has these parts:
| Part | Description |
|---|---|
| item | [IN] RFPreferenceLongItem Required. Preference Item which has long type. |
| piValue | [OUT] Long Required. Preference value for specified item. |