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 / Propiedades WLanguage / Propiedades HFSQL
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
Memo (Property)
 
The Memo property is used to determine if an item is of type memo.
Note The item may have been created in the data model editor or by programming.
Ejemplo
// Is the Customer.Photo item a memo item?
ResMemo = Customer.Photo.Memo
Sintaxis
<Result> = <Data file>.<Item>.Memo
<Result>: Boolean
  • True if the item is a memo,
  • False otherwise.
<Data file>: Character string
Logical name of the data file used.
<Item>: Character string
Name of the item used.
Ver también
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 13/05/2025

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