description

  1. Alexander Stolte

    Android Example [B4X] AS Settings - Change Description Text on the fly

    https://www.b4x.com/android/forum/threads/b4x-xui-as-settings.147435/ How to change the description text of a property: AS_Settings1.MainPage.GetProperty("ExportDatabase").Description = "Last Backup: Now" AS_Settings1.MainPage.Refresh Simple, isn't it? The .Refresh method rebuilds the entire...
  2. Alexander Stolte

    Android Example [B4X] AS Settings - DescriptionItem

    https://www.b4x.com/android/forum/threads/b4x-xui-as-settings.147435/ This is a description item, this can be used to provide more information about a particular feature. Example AS_Settings1.MainPage.AddDescriptionItem("","Show sync help: when enabled, you'll see an explanation alert every...
  3. MarkusR

    Android Question librarys description database

    is there a public database with a list of librarys, her methods and events? in mssql or sqllite format, or csv / excel / xml? the base of this page here starting at Libraries https://www.b4x.com/android/documentation.html
Top