AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Action Bar
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
Allows you to get and change the visibility status of the search control associated with the Action Bar in the current window.
Example
ActionBarSearchVisible(True)
Syntax

Modifying the visibility status of the search control associated with the Action Bar Hide the details

ActionBarSearchVisible(<Visible> [, <Indication>])
<Visible>: Boolean
  • True if the search control must become visible.
  • False if the search control must become invisible.
<Indication>: Optional character string
Indication text that will be displayed in the search control.

Finding out the visibility status of the search control associated with the Action Bar Hide the details

<Result> = ActionBarSearchVisible()
<Result>: Boolean
  • True if the search control is visible,
  • False otherwise.
Remarks
  • An auto completion of search history will also be displayed according to the options of the Action Bar control.
  • This function applies to the current window (which means the active window during the call).
  • For this function to be applied, the current window must have an Action Bar control where the option "Allow the search in the Action Bar" checked. Otherwise, a fatal error will occur. For more details, see Describing the Action Bar control.
Component: wd290android.aar
Versión mínima requerida
  • Versión 21
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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