TCustomRVData.GetSourceRVData

<< Click to display table of contents >>

TCustomRVData.GetSourceRVData

This is an inverse method to GetRVData.

function GetSourceRVData: TCustomRVData;

For the most of document classes, this method returns Self, i.e. RVData.GetSourceRVData = RVData.

The only exception is RVData of the cell inplace editor, it returns the source cell (TRVTableCellData) for this editor.

See also

GetRVData.