TRVReportTableItemInfo.SetVariables

<< Click to display table of contents >>

TRVReportTableItemInfo.SetVariables

Assigns AVariables to Variables as an editing operation.

procedure SetVariables(AVariables: TStringList);

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.

Since Variables.Objects[] are owned by Variables, this method assigns Variables.Objects[] and clears all AVariables.Objects[].