cObject
---DfComAutomationObject
------cComAutomationObject
---------cCJGridColumnXTP
------------cCJGridColumn
---------------cDbCJGridColumn
------------------cDbCJGridColumnSuggestion
Grid (cDbCJGrid) column used to create search fields. While typing, suggestions are shown below the form in a list.
The cDbCJGridColumnSuggestion class is a subclass of the regular cDbCJGridColumn, which means that it also inherits all of that class' features. The suggestion form is highly customizable, supporting multiple columns and, incremental and full text search and multiple sources.
The logic for determining the suggestions shown in the list can be configured by setting the peSuggestionMode property.
If pbFullText is set to True, it will perform a full text search, which is optimized for SQL databases using the DataDictionary SQL filtering API.
The dbSuggestionForm class is a form-based class with the same features.