ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Repositionable Note functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Deletes a repositionable note found in the current window. This repositionable note can be a control or a note created through programming with WinEdCreateNote, NoteCreate or ControlCreate.
Example
// Clic sur [Nouvelle note]
gMaNote <- NoteCreate()

// Clic sur [Supprimer]
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.
Component: wd300obj.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help