OneBasedMode
- Last UpdatedAug 09, 2016
- 1 minute read
This property specifies the list base policy OcxBatch uses:
0 = Zero-based lists
1 = One-based lists
The setting of this property is usually driven by the operation of the GUI list control that is used in the container to show the OcxBatch lists.
You must set this property before you call the Init method. You can set the property programmatically or through the property sheet.
When you use zero-based lists, –1 signifies that no items are selected. When you use one-based lists, 0 signifies that no items are selected.
Data Type: Short
Access: RW