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
Binary (Property)
 
HFSQL ClassicHFSQL Client/ServerDisponible solo con estos tipos de conexión
The Binary property determines if an item is binary. This property is read-only.
Note The following fields are considered to be binary fields:
  • binary string,
  • binary memo,
  • composite key.
Ejemplo
// Is the Customer.Photo item a text memo or a binary memo?
ResBinary = Customer.Photo.Binary
Sintaxis
<Result> = <Data file>.<Item>.Binary
<Result>: Boolean
  • True if the item is binary,
  • 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