Library Vcl NextSuite 6 NextGrid6 Reference Classes TNxColumn6 Interactive

Interactive

Specifies whether user may do other interactions on cell beside editing via inplace-edit control.

pas
property Interactive: Boolean read GetInteractive write SetInteractive;

Remarks

If Editing is set to True, user can invoke placing inplace-edit control inside cell (and start editing).

Interactive property is responsive for other kind of user interactions such as clicks on CheckBox, Toolbar button, moving TrackBar slider etc. To disable this kind of actions, set Interactive to False (default Value is True).

Interactive

Sign in