RichViewTableAutoAddRow Typed Constant

<< Click to display table of contents >>

RichViewTableAutoAddRow Typed Constant

Unit [VCL/FMX]: RVTable / fmxRVTable;

Syntax

const

  RichViewTableAutoAddRow: Boolean = True; 

(introduced in version 10)

Set to False to disable:

1.auto insertion of new table row when the user presses  Tab  key in the last table cell;

2.deletion of table, or its rows, or its columns when the user presses  Backspace  key.

The row auto insertion works only in TRichViewEdit and TDBRichViewEdit.