Table of Contents

TTMSFNCDataGridEnterKeyHandling Enumeration

Controls what happens when Enter is pressed: do nothing, advance to the next column or row, advance within bounds, advance and append a new row/column when at the last position.

API unit family: TMSFNCDataGridRenderer

Members

Name Description
gekhNone Controls what happens when Enter is pressed: do nothing, advance to the next column or row, advance within bounds, advance and append a new row/column when at the last position.
gekhNextColumn Controls what happens when Enter is pressed: do nothing, advance to the next column or row, advance within bounds, advance and append a new row/column when at the last position.
gekhNextRow Controls what happens when Enter is pressed: do nothing, advance to the next column or row, advance within bounds, advance and append a new row/column when at the last position.
gekhNextColumnInRow Controls what happens when Enter is pressed: do nothing, advance to the next column or row, advance within bounds, advance and append a new row/column when at the last position.
gekhNextRowInColumn Controls what happens when Enter is pressed: do nothing, advance to the next column or row, advance within bounds, advance and append a new row/column when at the last position.
gekhNextColumnAndAppend
gekhNextRowAndAppend
gekhNextRowAndColumnAppend
gekhNextColumnAndRowAppend