Contents

validateEditing()

Validates changes to any user-typed text.

Declaration

func validateEditing()

Discussion

Validation sets the object value of the cell to the current contents of the cell’s editor (the NSText object used for editing), storing it as a simple NSString or an attributed string object based on the attributes of the editor.

See Also

Managing the Field Editor