TextBuffer.getModified

Indicates whether the buffer has been modified since the last call to TextBuffer.setModified set the modification flag to FALSE. Used for example to enable a “save” function in a text editor.

class TextBuffer
bool
getModified
()

Return Value

Type: bool

TRUE if the buffer has been modified