| IB_Controls Unit
Classes Types |
Description
This unit contains most of the standard data aware controls that come
with IB Objects.
| Classes |
| TIB_CheckBox | |
| TIB_ComboBox | |
| TIB_CustomCheckBox | This control gives a boolean like interface to a bound data column. |
| TIB_CustomComboBox | This control allows a standard combo box to be bound to a data column. |
| TIB_CustomDate | This control is used for manipulating columns that store date only values. |
| TIB_CustomDateTimePicker | This control is an IBO aware descendant of TDateTimePicker. |
| TIB_CustomEdit | This control gives a very generic data/search criteria entry field. |
| TIB_CustomEditEnh | The IBO-aware variation of TCustomEditEnh. |
| TIB_CustomImage | This control has been designed to display images from a BLOB column. |
| TIB_CustomListBox | This control allows a standard list box to be bound to a column. |
| TIB_CustomMemo | This control is designed to handle large amounts of text data from a BLOB field or large VARCHAR field. |
| TIB_CustomRadioGroup | This control has been designed to provide a selection from a set group of options based on a mutually exclusive set of radio buttons. |
| TIB_CustomRichEdit | This control allows the storage of rich text formatted data. |
| TIB_CustomSpinEditEnh | The IBO-aware variation of TSpinEditEnh. |
| TIB_CustomText | This control allows the string contents of a column to be displayed in a standard label control. |
| TIB_Date | |
| TIB_DateTimePicker | Published class of TIB_CustomDate using the TDateTimePicker control. |
| TIB_Edit | Published class of TIB_CustomEdit. |
| TIB_EditEnh | The published IBO-aware variation of TCustomEditEnh. |
| TIB_Image | |
| TIB_ListBox | |
| TIB_Memo | |
| TIB_RadioGroup | |
| TIB_RichEdit | |
| TIB_SpinEditEnh | The published IBO-aware variation of TSpinEditEnh. |
| TIB_Text |
| Types |
| TIB_EditButtonCustomDrawEvent | This event allows it to change the drawing of the Ellipsis or DropDown-Button:
It is possible only to change the Brush-Color of the Canvas and then let the DefaultDrawing do the rest (Only when Enabled!) On the other hand, it is possible to Draw a completly different Image into the Rectangle of the Canvas. |
| TIB_EditButtonStyle |