|
TCustomRVData.GetRVData |
Top Previous Next |
|
For the given document, returns the document containing its items. function GetRVData: TCustomRVData; For the most of document classes, this method returns Self (RVData.GetRVData = RVData). The only exception is table cells (TRVTableCellData). When the cell is not edited, Cell.GetRVData = Cell. But when the cell is edited, this method returns RVData of the cell inplace editor. Using RVData.GetRVData instead of RVData you can always access the document's items. See also
|