Summary
This table contains properties for bindings on descriptors. Typically, each state of the object has its own properties on the descriptor.
|
Field name |
SQL type |
Description |
|---|---|---|
|
DESCINDEX |
INTEGER |
Unique number of the descriptor. |
|
BINDTYPE |
INTEGER |
This is a number specifying the type of binding. The descriptor type each is associated with, and the type of binding it represents can be found in the BIND_TYPES table. |
|
IDX |
INTEGER |
This is the index of the state for which these binding properties are valid. |
|
COLOR |
INTEGER |
The color, if the property is a color property, NULL otherwise. |
|
TEXT |
CHAR (254) |
The text, if this is a text property, NULL otherwise. |
|
COMMAND |
INTEGER |
For command properties: If this IDX is the command to execute, when the descriptor is clicked, this value is 1, if not, it is 0. NULL otherwise. |
|
STATE |
INTEGER |
For animation descriptors, this value is 1 if IDX represents a state for which the animation should play, 0 if it should not play. NULL for other properties. |
|
IMAGE |
CHAR (254) |
The file name of an image, if this property is an image property, NULL otherwise. |