Method RowKey
RowKey()
Gets the primary key of the row that triggered the execution of the QAction.
string RowKey()
Returns
- string
The primary key of the row that triggered the execution of the QAction.
Examples
string rowKey = protocol.RowKey();
Remarks
- This method can only be used in QActions that have the attribute row set to “true”.
- Feature introduced in DMS v.8.5.0. (RN 7690).