menu
vcl package
documentation
vcl.dart
TCustomDBGrid
DrawColumnCellEx method
DrawColumnCellEx method
dark_mode
light_mode
DrawColumnCellEx
method
void
DrawColumnCellEx
(
TGridCell
Cell
,
TColumn
col
,
String
data
)
Implementation
void DrawColumnCellEx(TGridCell Cell, TColumn col, String data) { Cell.Value = data; }
vcl package
documentation
vcl
TCustomDBGrid
DrawColumnCellEx method
TCustomDBGrid class