Gambas Documentation
Application Repository
Compilatie & Installatie
Componenten
gb
gb.db
gb.db.form
gb.qt4
gb.settings
Developer Documentation
Documenten
Foutboodschappen
Hoe...
Laatste Wijzigingen
Language Overviews
LeesMij
Lexicon
Taal Index

… = .WebView.Settings[…] (gb.qt4.webkit)

Dim hWebView As WebView
Dim aBoolean As Boolean
aBoolean = hWebView.Settings [ Flag As Integer ]

Return a settings flag of the current WebView.

Flag can be one of the following constants:
  • WebSettings.AutoLoadImages

  • WebSettings.DeveloperExtrasEnabled

  • WebSettings.JavaEnabled

  • WebSettings.JavascriptCanAccessClipboard

  • WebSettings.JavascriptCanOpenWindows

  • WebSettings.JavascriptEnabled

  • WebSettings.LinksIncludedInFocusChain

  • WebSettings.LocalStorageDatabaseEnabled

  • WebSettings.OfflineStorageDatabaseEnabled

  • WebSettings.OfflineWebApplicationCacheEnabled

  • WebSettings.PluginsEnabled

  • WebSettings.PrintElementBackgrounds

  • WebSettings.PrivateBrowsingEnabled

  • WebSettings.ZoomTextOnly