addEntry(_:)
Adds a new entry to the end of the receiver and gives it the specified title.
Declaration
func addEntry(_ title: String) -> NSFormCellParameters
- title:
The title for the new form entry.
Return Value
The form cell object that was created for the entry.
Discussion
The new entry has no tag, target, or action, but is enabled and editable.
See Also
Related Documentation
actiontargetisEnabledisEditabletag- Form Programming Topics
- Matrix Programming Guide