AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de cadenas gráficas
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
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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