ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Graphic string functions
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
Deletes the graphic elements from a character string that uses gStoredValue, gImage, ...
Example
s is string = gImage("Blog.gif") + "Test" + gStoredValue("3")
ListAdd(LIST_List1, s)
 
IF gToText(s) = "Test" THEN
Info("Test")
END
Syntax
<Result> = gToText(<String to process>)
<Result>: Character string
Character string with the graphic elements.
<String to process>: Character string
Character string containing (or not) graphic elements (gStoredValue, gImage, gRectangle, ....
If the string contains no graphic element, <Result> will be the string to process.
Component: wd290obj.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help