Topic: APLX Help : System Classes : Properties : autoeditstart
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

The 'autoeditstart' property


Integer scalar

Valid for: Grid

Determines whether the data in the Grid can be edited, and if so how the edit process starts. It can be one of:

        0   Editing of a cell is possible only when the program calls Editstart

        1   Editing is automatically enabled when the cell is selected; the user
            can immediately type

        2   The user must press Enter (or, under Windows and Linux, F2) to start
            editing a cell

The default is 1.


Topic: APLX Help : System Classes : Properties : autoeditstart
[ Previous | Next | Contents | Index | APL Home ]