IListViewActionEventArgs.AllowEditing

Syntax

AllowEditing: Boolean;

Description

The AllowEditing property determines whether the action is allowed.

Comments

The property is outdated, use IListViewActionEventArgs.Allowed.

See also:

IListViewActionEventArgs