piFindIndex - cDbCJGridColumnSuggestion
Provides a mechanism for defining a finding index if the default field index will not suffice
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer piFindIndex
| Access Type | Syntax |
|---|---|
| Read Access: | Get piFindIndex to IntegerVariable |
| Write Access: | Set piFindIndex to IntegerVariable/Value |
Description
piFindIndex allows you to define a particular find index for finding suggestion record candidates.
Normally, this property is set to 0, which instructs the class to use the find field's index. If the field has no assigned index (DF_FIELD_INDEX is less than 1) or you wish to use a different index ordering, you can set this property.
This property is only used when peSuggestionMode is smFind.