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 / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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 FullName property is used to find out the full name:
  • of a control.
  • of a window.
  • of a menu option.
  • of a table column.
Ejemplo
WINDEVJava
Info("The full name of the control is " + EDT_Edit1.FullName)
// Displays "The full name of the control is WIN_Window1.EDT_Edit1"
WINDEVJava
Info("The full name of the control is " + COL_Column1.FullName)
// Displays "The full name of the control is WIN_Window1.TABLE_Table1.COL_Column1"
Sintaxis

Finding out the full name of specified element Ocultar los detalles

<Result> = <Element used>.FullName
<Result>: Character string
  • Full name of specified element.
  • Empty string ("") for:
    • lines in Table, List, ListView control or Combo fields,
    • cells in Table controls.
<Element used>: Character string
Name of the element to be used.
Observaciones
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: 05/12/2024

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