Type: Control
Availability: Read or write at run time only
The cellControl property of the JadeTableElement class allows control over the input and display within the table by defining a user-supplied control that is placed over the cell when that cell becomes current.
For a description of this property, see the
The code fragment in the following example shows the use of the cellControl property.
table1.accessCell(2, 4).cellControl := myTextBox;