Dokumentaro de Gambaso
Compilation & Installation from source code
Components
gb
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

… = WebElement[…] (gb.qt4.webkit)

Dim hWebElement As WebElement
Dim aString As String
aString = hWebElement [ Attribute As String ]

Returns the value of an attribute. If the attribute does not exist, NULL is returned.

If you need to make the difference between a non-existent attribute and an attribute with a void value, use the HasAttribute method.