The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home ![]() ![]() ![]() ![]() ![]() |
|||||||||
See also: Elem, FilterAndSort, TReadCellEvent | |||||||||
OnReadCell |
|||||||||
The event OnReadCell is triggered when a cell of the report listview is read either by using the property Elem or by calling FilterAndSort. This event allows to adjust the text the calling routine actually sees. The parameters ACol and ARow specify the column and row index of the cell to be accessed. The variable parameter Text contains the string of the cell. You can change the Text variable causing the calling program to receive the changed value (instead of the original value).
|