LoadGridCell - cWebColumnTags
Fills a tWebCell struct for this particular column based on the current environment and record buffers for data bound columns
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| ByRef tCell | tWebCell | tWebCell struct for this column |
Syntax
Procedure LoadGridCell ByRef tWebCell tCell
Call Example
Send LoadGridCell tCell
Description
This procedure fills a tWebCell struct for this particular column based on the current environment and record buffers for data bound columns.
This procedure will trigger the OnSetCalculatedValue event and, for special column types (e.g. cWebColumnButton), events like OnDefineButtons. Using this procedure will make filling manually loaded lists and grids easier.