table protected
Posted: Mon Aug 30, 2010 3:44 am
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.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.