CodeCharge Studio

setAllowDelete Method (Java)

Applies to

Editable Grid, Record

Syntax

public void setAllowDelete(boolean allowDelete);

Parameters

Name Description
allowDelete If 'true' the Delete operation is allowed for the component.

Description:

This method sets whether the Delete operation is allowed for the component. It may be used to disallow the Delete operation from within the events.

See also:

isAllowDelete method


On-line, printable versions and updates