RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDecisionGrid.GetCells Method

Returns the value of a cell in the grid, formatted as a string.

Pascal
function GetCells(ACol: Integer; ARow: Integer): String;
C++
__fastcall AnsiString GetCells(int ACol, int ARow);

GetCells is the protected property access method for the Cells property. Override GetCells to change the implementation of the Cells property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!