Skip to content

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

Parameter Type Description
ByRef tCell tWebCell [ToDo: In Progress]

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