ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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.
Note The following fields are considered text fields:
  • character string,
  • text memo,
  • character.
Example
// La rubrique Client.Téléphone est-elle de type texte ?
ResTexte = Client.Téléphone.Texte
Syntax
Result> = <Data file>.<Item>.Text
<Result>: Boolean
  • True if the field is a text field,
  • False otherwise.
<Data file>: Character string
Logical name of the data file used.
<Item>: Character string
Name of the item used.
See also
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/13/2025

Send a report | Local help