GxTitle.beginEdit

Syntax

beginEdit();

Description

The beginEdit method enables edit mode.

Comments

This property is relevant if the EnableEdit property is set to True. Edit mode is disabled by means of the endEdit method.

Example

The example of method use is given in description of the GxTitle.EnableEdit property.

See also:

GxTitle