<< Click to Display Table of Contents >> Navigation: Technical Documentation > TabEditor > Tables Description to Manage Dynamic Tabs > T_Cxxx |
This table regroups all the information regarding the management of strings that are added to the combo-box types of components.
The exact name of the table is stored in the T_COMPONENT table.
A - FIELDS DECLARATION
T_Cxxx |
|||
Name of the column |
Type |
Length |
Information / Comments |
ID_COMBO |
int |
4 |
Unique id, non-null |
COMBO_STRING |
varchar |
25 |
String, name of the combo-box |
ID_PARENT_COMBO |
int |
4 |
Id for the parent string |
B - DETAILS ON EACH FIELD
ID_PARENT_COMBO
Index for the parent string of characters.
Warning : This string is not in the same table, but in the T_Cxxx table associated to the component's parent, which is itself linked with that table.