GxTitle.endEdit

Syntax

endEdit();

Description

The endEdit method disables edit mode.

Comments

The edit mode can be enabled if the EnableEdit property is set to True.

The method is used together with the GxTitle.beginEdit method.

Example

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

See also:

GxTitle