--- ibx/trunk/doc/readme.ibcontrols.xhtml 2015/03/14 10:44:03 26 +++ ibx/trunk/doc/readme.ibcontrols.xhtml 2015/04/14 13:10:23 27 @@ -1,5 +1,5 @@ -- no title specified

The IBControls

IBX 1.2 introduces a new Component Palette entry "Firebird Data Controls". This has three new data aware controls dependent on IBX and which make use of the SQL Parser also introduced in IBX 1.2.

 These are:

TIBLookupComboEditBox is a TDBLookupComboBox descendent that implements "autocomplete" of typed in text and "autoinsert" of new entries. Autocomplete uses SQL manipulation to revise the available list and restrict it to items that are prefixed by the typed text (either case sensitive or case insenstive). Autoinsert allows a newly typed entry to be added to the list dataset and included in the available list items.

TIBDynamicGrid is a TDBGrid descendent that provides for:

TIBTreeView is a data aware TCustomTreeView.

Examples are provided to illustrate the use of the new controls.

\ No newline at end of file + .T1 .T2 { } +

The IBControls

IBX 1.2 introduces a new Component Palette entry "Firebird Data Controls". This has four new data aware controls dependent on IBX and which make use of the SQL Parser also introduced in IBX 1.2.

 These are:

TIBLookupComboEditBox is a TDBLookupComboBox descendent that implements "autocomplete" of typed in text and "autoinsert" of new entries. Autocomplete uses SQL manipulation to revise the available list and restrict it to items that are prefixed by the typed text (either case sensitive or case insenstive). Autoinsert allows a newly typed entry to be added to the list dataset and included in the available list items.

TIBDynamicGrid is a TDBGrid descendent that provides for:

TIBTreeView is a data aware TcustomTreeView.

TDBControlGrid is a lookalike rather than a clone for the Delphi TDBCrtlGrid. TDBControlGrid is a single column grid that replicates a TWinControl - typically a TPanel or a TFrame in each row. Each row corresponds to a row of the linked DataSource. Any data aware control on the replicated (e.g.) TPanel will then appear to have the appropriate value for the row.

Examples are provided to illustrate the use of the new controls.

\ No newline at end of file