AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de Notas reposicionables
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
// Click [New note]
gMyNote <- NoteCreate()

// Click on [Delete]
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.
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 22
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local