|
AllowDefaultConnection |
This property determines whether or not IBO will permit the default
connection for the session to be automatically assigned to a statement or
dataset that did not have its IB_Connection property explicitly assigned. |
|
AllowDefaultTransaction |
This property determines whether or not IBO will permit a default
internal transaction to be automatically assigned to a statement or
dataset that did not have its IB_Transaction property explicitly assigned. |
|
BrowsingColor |
This is the color that will show when the control is attached to a
dataset that is browsing a record. |
|
BusyCursor |
Determines the cursor that will appear on the screen when a process is
active and there is no Yield indication. |
|
DeletingColor |
If ColorScheme is set to true for any IB_Dataset component then this
color will be used by all data aware controls that reference this dataset
when the dataset goes into dssDeleting state. |
|
EditingColor |
If ColorScheme is set to true for any IB_Dataset component then this
color will be used by all data aware controls that reference this dataset
when the dataset goes into dssEditing state. |
|
InsertingColor |
If ColorScheme is set to true for any IB_Dataset component then this
color will be used by all data aware controls that reference this dataset
when the dataset goes into dssInserting state. |
|
InvalidColor |
When a control is not attached to a datasource/dataset this is the color
that the control will show as. |
|
OnError |
Global hook for the session to gain control over the error handling for
all calls made to the API. |
|
OnGetDataLinkColor |
Event to override default colorscheme assignments by datalinks. |
|
PreparedColor |
When a control is not attached to a prepared dataset this is the color
that the control will show as. |
|
ReadOnlyColor |
If ColorScheme is set to true for any IB_Dataset component then this
color will be used by all data aware controls that reference this dataset
when the dataset goes into a state above dssBrowse state and the control is
a ReadOnly control. |
|
SearchingColor |
If ColorScheme is set to true for any IB_Dataset component then this
color will be used by all data aware controls that reference this dataset
when the dataset goes into dssSearching state. |
|
SelectedColor |
The color used for rows in a grid that are selected via multi-select. |
|
StoreActive |
This property determines whether or not the following properties are
stored in the DFM of the forms and datamodules. |
|
TimerInterval |
This property controls the frequency that the session generates events to
the components (transactions only for now). |
|
UseCursor |
Determines if the Screen.Cursor should be adjusted when a process becomes
active. |
|
YieldCursor |
Determines the cursor that will appear on the screen when a process is
active and there is a Yield indication. |