TableWidget

Assembly: Express;

Description

The TableWidget class is used to set up the TableWidget component.

Comments

To activate manually the  TableWidget component in development environment object inspector, set True to the  Active property.

Class object properties inherited from ITableWidget

  Property name Brief description
Source The Source property determines a data source for the TableWidget component.

Class object properties inherited from IWidget

  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.

Class object properties inherited from IComponent

  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:

Express Assembly Classes