TIB_SearchPanel Object
Properties Methods

Unit
IB_SearchPanel

Declaration
TIB_SearchPanel = class(TScrollBox)

Description
This component provides a quick way to present a user with a list of edit fields that can be used to search, browse, insert or update data.

It will show all fields of the dataset whether the columns are set to be visible or not unless ShowVisibleFieldsOnly is set to true.

If the BOOLEAN attribute is set for columns it will use a TIB_CheckBox control for those columns.

If the NOTIME attribute is set for date columns it will use a TIB_Date control for those columns.

Introduced Public Properties
DataSource  Reference to the datasource that this control is bound to.
DualColumn 
EditLeft 
EditWidth  The width of the edit boxes used for data entry.
GridLinks  An alternative list and order of columns to be included in the grid.
LeftMargin  The width of the space between the left edge and the lables.
LineHeight  The height of each line.
MaxCols  This property is used to keep the list of columns from becomming too great.
PreventEditing  Make the controls not allow editing to be performed when in dssEdit state.
PreventInserting  Make the controls not allow editing to be performed when in dssInsert state.
PreventSearching  Make the controls not allow editing to be performed when in dssSearch state.
ShowVisibleFieldsOnly  When not using GridLinks this determins whether or not fields that are not visible will still appear in the list of controls.
SpaceHeight  The height of the space between each edit box.
SpaceWidth  This width of the space between the lables and edit boxes.
TopMargin  The height of the space from the top of the control to the first edit box.

Introduced Public Methods
Create
Destroy