ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Repositionable Note functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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
// Click [New note]
gMyNote <- NoteCreate()
 
// Click on [Delete]
IF gMyNote <> Null THEN
NoteDelete(gMyNote)
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.
  • a Control variable associated with a repositionable note created with one of the following functions: WinEdCreateNote, NoteCreate or ControlCreate.
Component: wd290obj.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/07/2022

Send a report | Local help