|
|
|
|
|
gMyNote <- NoteCreate()
IF gMyNote <> Null THEN
NoteDelete(gMyNote)
END
Sintaxis
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.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|