LoadGridCell - cWebListSwipeButton

Fills a tWebCell struct for this particular column based on the current environment and record buffers for data bound columns

Type: Procedure

Parameters: tWebCell ByRef tCell

ParameterDescription
tCell (ByRef)[ToDo: In Progress]


Syntax
Procedure LoadGridCell tWebCell ByRef tCell

Call: 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. cWebListSwipeButton), events like OnDefineButtons. Using this procedure will make filling manually loaded lists and grids easier.