IsModified

>>-anEditControl~IsModified------------------------------------><


The IsModified method retrieves information on whether the edit control has been modified.

Return value:

1

The text in the edit control has been altered.

0

For all other cases.

Example:

(See also the SetText example.)

if edit~IsModified = 1 then MyDialog~Save