TRVReportTableItemInfo.SetCellDataQuery

<< Click to display table of contents >>

TRVReportTableItemInfo.SetCellDataQuery

Assigns Value to ReportCells[Row, Col].DataQuery as an editing operation.

procedure SetCellDataQuery(

  const Value: TRVUnicodeString; 

  Row, Col: Integer);

If the table is inserted in an editor, this method assigns the property as an editing (undoable) operation. Otherwise, it works like a direct assignment to the property.