Assembly: Express;
The TableWidget class is used to set up the TableWidget component.
To activate manually the TableWidget component in development environment object inspector, set True to the Active property.
| Property name | Brief description | |
| Source | The Source property determines a data source for the TableWidget component. |
| Property name | Brief description | |
| Active | The Active property determines whether component is active. | |
| NavBar | The NavBar property determines component which will be used to display visually the tabs. | |
| Pads | The Pads property returns collections of tabs available for selected source. |
| Property name | Brief description | |
![]() |
ComponentCount | The ComponentCount property returns the number of child components located on the parent component. |
![]() |
Components | The Components property returns the child component, which index is passed via the input parameter. |
![]() |
Data | The Data property is used to store any custom data. |
![]() |
Name | The Name property determines component name. |
![]() |
Tag | The Tag property is not used by the compiler. The user can change the value of this property and use it at his own discretion. |
See also: