TIB_LookupList Object
Methods

Unit
IB_Grid

Declaration
TIB_LookupList = class(TIB_CustomGrid)

Description
This control is really nothing more than a TIB_Grid except that some of the defaults for the properties have been set to what would be more typical of a lookup list control.

As explained in the TIB_LookupCombo description, the lookup relationship is defined at the dataset level using the KeyLinks and KeySource properties.

Please refer to these two descriptions for furthur information.

Please refer to the class TIB_CustomGrid for descriptions of all the properties, methods and event of this control.

Here is a list of the default property values that are different:


property DefaultRowHeight default 17;
property ScrollBars default ssVertical;
property RowSelect default true;
property TrackGridRow default true;
property ListBoxStyle default true;
property RowLines default false;
property ColLines default false;
property IndicateRow default false;
property IndicateSelected default false;
property IndicateTitles default false;

Introduced Public Methods
Create