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 / Funciones WLanguage / Controles, páginas y ventanas / Funciones de dibujo
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
The functions for managing graphic strings are mainly used to display the graphic strings in:
  • lines in List or Combo Box controls,
  • Static Text controls.
  • the title bar or the status bar of a window.
The following WLanguage functions are used to create and handle graphic strings:
gAlignmentBuilds a sequence of characters containing an aligned text or an aligned image.
gBackgroundBuilds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
gBackgroundGradientDescribes a display color in gradient mode.
gCircleConstruye una secuencia de caracteres que contiene un círculo o una elipse.
gClickableLinkAdds a clickable link in a graphic string.
gCoordConstruye una secuencia de caracteres utilizada para definir la posición del cursor de entrada de un texto.
gFontBuilds a sequence of characters describing the font that will be used for the text.
gFontBoldBuilds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
gFontItalicBuilds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontSizeBuilds a sequence of characters used to specify the size of the font for a text found in a graphic string.
gFontStrikeoutBuilds a sequence of characters used to specify whether the text that follows the call to this function is crossed out or not.
gFontUnderlinedBuilds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
gImageBuilds a sequence of characters containing an image.
gImageExistsChecks whether an image was loaded in memory.
gLineConstruye una secuencia de caracteres que contiene una línea.
gLinkAdds an "invisible" value to an element of a List or Combo Box control.
Function kept for compatibility. It is recommended to use gStoredValue.
gLinkActivateAllows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control.
Function kept for compatibility. It is recommended to use gStoredValueEnable.
gPenBuilds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle).
gRectangleConstruye una secuencia de caracteres para dibujar un rectángulo.
gStoredValueAdds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
gStoredValueEnablePermite (o no) recuperar el valor definido por gStoredValue en un List Box o un control Combo Box.
gToRetrieveDescribe el valor de texto a mostrar y a devolver cuando se recupera el valor de un elemento que se encuentra en un control List Box o en un control Combo Box.
gToTextElimina los elementos gráficos de una cadena de caracteres que utiliza gStoredValue, gImage., ...
LoadImageCarga una imagen en memoria para que pueda ser utilizada posteriormente por gImage.
LoadImageSheetCarga un conjunto de imágenes en memoria para que pueda ser utilizado posteriormente por gImage.
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: 01/05/2025

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