ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaSAdminPricingDisableService (Function)
Disables a service in a SaaS pricing.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
SQLite Native Connector: Programming using SQL functions
The use of SQL functions to handle SQLite data does not require importing the table structure into the database schema....
fCompress (Function)
Compresses a file.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
NoSpace (Function)
Returns a character string without the space characters: from the left and right side of the initial string. within the string....
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Sum (Function)
Calculates the sum of the array elements.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
BurnerEject (Function)
Opens or closes the door of the current burner.
SaaSAdminClientConnection (Function)
Returns the connection to the database of a client account for a SaaS site.
SaaSAdminListClientSubscription (Function)
Lists the SaaS subscriptions of a client account.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
SaaSAdminPricingEnableService (Function)
Enables a service in a SaaS pricing.
SaaSAdminAddSubscription (Function)
Adds a subscription to a pricing of a SaaS site for a client account.
SaaSAdminListSubscription (Function)
Lists the SaaS subscriptions associated with a site or pricing.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....