|
|
|
|
|
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:
| | gAlignment | Builds a sequence of characters containing an aligned text or an aligned image. | gBackground | Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...). | gBackgroundGradient | Describes a display color in gradient mode. | gCircle | Construye una secuencia de caracteres que contiene un círculo o una elipse. | gClickableLink | Adds a clickable link in a graphic string. | gCoord | Construye una secuencia de caracteres utilizada para definir la posición del cursor de entrada de un texto. | gFont | Builds a sequence of characters describing the font that will be used for the text. | gFontBold | Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not. | gFontItalic | Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type. | gFontSize | Builds a sequence of characters used to specify the size of the font for a text found in a graphic string. | gFontStrikeout | Builds a sequence of characters used to specify whether the text that follows the call to this function is crossed out or not. | gFontUnderlined | Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined. | gImage | Builds a sequence of characters containing an image. | gImageExists | Checks whether an image was loaded in memory. | gLine | Construye una secuencia de caracteres que contiene una línea. | gLink | Adds an "invisible" value to an element of a List or Combo Box control.Function kept for compatibility. It is recommended to use gStoredValue. | gLinkActivate | Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. | gPen | Builds a sequence of characters used to describe the color of the text and/or the color of the shape outline (rectangle or circle). | gRectangle | Construye una secuencia de caracteres para dibujar un rectángulo. | gStoredValue | Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control. | gStoredValueEnable | Permite (o no) recuperar el valor definido por gStoredValue en un List Box o un control Combo Box. | gToRetrieve | Describe 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. | gToText | Elimina los elementos gráficos de una cadena de caracteres que utiliza gStoredValue, gImage., ... | LoadImage | Carga una imagen en memoria para que pueda ser utilizada posteriormente por gImage. | LoadImageSheet | Carga un conjunto de imágenes en memoria para que pueda ser utilizado posteriormente por gImage. |
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|