ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TwoFactorAuthenticationGenerateTOTPKey (Function)
Generates a TOTP Key for an application user.
AttachPointDeleteAll (Function)
Deletes all the connection points for a control.
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
TooltipMaxWidth (Function)
Modifies the maximum width of tooltips.
<Chart>.BarColor (Function)
Initializes the color of a specific bar in a Column or Stacked Column chart.
BrowserPrint (Function)
Prints the page currently displayed in the browser.
<Chart>.SurfaceDeleteAltitudeColor (Function)
Deletes the altitude colors specified by grSurfaceAltitudeColor.
<Popup>.Animate (Function)
Displays a popup in a page cell.
<Window>.WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
<Page>.Refresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
<Page>.ClosePopup (Function)
Hides a popup page displayed in the page via PopupDisplayPage.
<Array>.InsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
<Source>.CancelSeek (Function)
Cancels the current search criterion.
<Array>.AllFalse (Function)
Returns True if all the elements of an array are False.
<Array>.AllTrue (Function)
Returns True if all the elements of an array are True.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
<Array>.AnyTrue (Function)
Returns True if at least one element of an array is True.
<Source>.Free (Function)
Transforms the crossed records (HCross) into deleted records.
<Source>.BuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
<Source>.DeleteView (Function)
Deletes a previously created view. This function uses the former view mechanism.
<Source>.RetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
<Source>.MergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
<Source>.InfoMemo (Function)
Returns the characteristics of binary and text memos.
<Source>.ListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.