FORMULA LANGUAGE


EditClear @Command
Example

Performs the menu command Edit ­ Delete.

Syntax

@Command( [EditClear] )

Usage

This command executes after all @functions. Use @Command([Clear]) to execute immediately. See the Order of evaluation for formula statements topic for more details.


If using this command in a hotspot button or any other element that causes a change in focus, the EditGoToField or EditTop command must be used first to return the focus to the document. The document must be in Edit mode.

Language cross-reference

Clear method in LotusScript NotesUIDocument class

DeleteDocument method of LotusScript NotesUIDocument class

DeleteDocument method of LotusScript NotesDocument Collection class

deleteDocument method of Java DocumentCollection class

Example
See Also