ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MyPage (Reserved word)
MyPage is used to handle the current page...
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
Events associated with pages
List of events associated with pages...
fMemOpen (Function)
Opens a memory zone shared between several applications.
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
AppleID (Type of variable)
The AppleID type corresponds to the identifier resulting from a successful Apple ID authentication.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
rssSource (Type of variable)
The rssSource type is used to describe the source of an entry for an RSS stream...
sfProcessWorkItemRequest (Type of variable)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit to SFExecuteProcess...
sfDeleteResult (Type of variable)
The sfDeleteResult type is used to find out the result of SFDelete...
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
zipSelectFile (Function)
Selects files from an archive.
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
sEvent (Function)
Branches an event on a serial port.
mongoOperationDeleteOne (Type of variable)
The mongoOperationDeleteOne type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. The first document that matches the filter will be deleted.
mongoOperationDeleteAll (Type of variable)
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted.
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
FTPSend (Example)
Usage example of the FTPSend function
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
DateDifference (Function)
Calculates the number of days between two dates.