I have assigned properties of a table.
table.DeleteProtect := true;
table.Options := table.Options + [rvtoRowSizing];
table.Options := table.Options + [rvtoColSizing);];
table.Options := table.Options + [rvtoIgnoreContentWidth];
table.Options := table.Options + [rvtoIgnoreContentHeight];
but It will be add a new row when I press the Tab key.
I do not want to create a new row. How can I do?
Can you add a function that draw Diagonal for the table.
table protected
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
DeleteProtect protects table from deletion, but does not protect from changes.
There is a global variable RichViewTableAutoAddRow, that can disallow adding new rows on Tab in all tables in all editors in the application.
There is a global variable RichViewTableAutoAddRow, that can disallow adding new rows on Tab in all tables in all editors in the application.
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: