Developer

Interactive

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

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).

See also