DrawColumnCellEx method

void DrawColumnCellEx(
  1. TGridCell Cell,
  2. TColumn col,
  3. String data
)

Implementation

void DrawColumnCellEx(TGridCell Cell, TColumn col, String data)
{
  Cell.Value = data;
}