ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaSAdminDeleteSite (Function)
Deletes a SaaS site.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Report controls
Several types of controls can be handled in a report created by the report editor......
Move (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging. an appointment from the calendar found on a mobile device (Android/iOS)....
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
AppointmentRead (Function)
Reads an appointment found in the calendar of a Lotus Notes or Outlook messaging.
SaaSAdminModifySite (Function)
Modifies a SaaS site.
SaaSAdminSubscriptionAllocateLicense (Function)
Assigns a subscriber license to a SaaS user.
SaaSAdminModifyService (Function)
Modifies a SaaS service.
SaaSAdminDeleteService (Function)
Deletes a SaaS service.
SaaSAdminAddClient (Function)
Adds a SaaS client account.
SaaSAdminAddUser (Function)
Adds a SaaS user.
SaaSAdminDeletePricing (Function)
Deletes a SaaS pricing.
SaaSAdminDeleteSubscription (Function)
Deletes a SaaS subscription.
SaaSAdminFindSubscription (Function)
Finds a SaaS subscription.
SaaSAdminSubscriptionDeallocateLicense (Function)
Cancels a subscription license for a SaaS user.
EmailUpdate (Example)
Usage example of the EmailUpdate function
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
SaaSAdminAddService (Function)
Adds a SaaS service into the description of a site.
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....