|
|
|
|
|
NoteDelete (Function) In french: NoteSupprime
gMaNote <- NoteCreate()
IF gMaNote <> Null THEN
NoteDelete(gMaNote)
END
Syntax
NoteDelete(<Note to use>)
<Note to use>: Character string Name of repositionable note to delete. This name can correspond to: - the name of a Repositionable Note control found in the window.
- to a variable of type Field associated with a repositionable note created with one of the following functions: WinEdCreateNote, NoteCreate or ControlCreate.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|