AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades HFSQL
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
Text (Property)
In french: Text
The Text property is used to determine if an item is a text item. This property is read-only.
Remark: The following items are considered as being text items:
  • character string,
  • text memo,
  • character.
Example
// Is the Customer.Phone item a text item?
ResText = Customer.Phone.Text
Syntax
Result> = <Data file>.<Item>.Text
<Result>: Boolean
  • True if the item is a text item,
  • False otherwise.
<Data file>: Character string
Logical name of the data file used.
<Item>: Character string
Name of the item used.
See also
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/08/2022

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