AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de archivos HTML
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
Searches for elements that correspond to a tag in an HTML node.
Example
d is htmlNode
// ...
t is array of htmlNode <- d.FindElementByTag("form")
Syntax
<Result> = <Element to handle>.FindElementByTag([<Search element>])
<Result>: Array
Array of htmlNode elements that match the search condition.
<Element to handle>: htmlNode variable
Name of the htmlNode variable in which the search will be performed.
<Search element>: Optional character string
Name of the tag to search for. If this parameter is not specified or corresponds to an empty string (""), <Result> will contain all the elements.
Related Examples:
HTML types (HTMLDocument, HTMLNode, HTMLAttribute) Unit examples (WINDEV): HTML types (HTMLDocument, HTMLNode, HTMLAttribute)
[ + ] This example shows how to use the HTMLXxx WLanguage types (HTMLDocument, HTMLNode, HTMLAttribute)
Business / UI classification: Business Logic
Component: wd290html.dll
Versión mínima requerida
  • Versión 26
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/06/2023

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