CancelEdit

[property icon] CancelEdit

Used in EditRowNotify to show that the user cancelled the edit

Read-only Runtime-only Integer property

Applies to: Grid

Introduced in KCML version 6.00


>

CancelEdit

The CancelEdit property is defined in the EditRowNotify event to indicate whether the row edit was terminated by a cancel action. Normally clicking on a Cancel button or hitting escape activate the Cancel button and terminates a form. However, the Cancel button may be disabled in which case hitting escape terminates the edit of an AutoEdit grid. This property is used to distinguish the cancel operation from any other means of provoking the event.

See also

Grid methods, properties and events.