ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Service variable
The Service variable is used to...
TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
HReset (Function)
Initializes:
  • one or all variables of file items with their default values.
  • one or all items of a Record variable with their default values.
Assignment operators
Three assignment operators are available...
<Source>.Reset (Function)
Initializes:
  • one or all variables of file items with their default values.
  • one or all items of a Record variable with their default values.
WLanguage types
The different types in WLanguage are...
Advanced types
The advanced types of WLanguage are as follows
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0...
MapGetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed...
HRefreshView (Function)
Asks to recalculate the content of a materialized view.
inAppCheckSubscription (Function)
When starting the iOS application, checks whether the In-App subscriptions have been renewed.
DocInsertTableOfContents (Function)
Inserts a table of contents in a Word Processing document.
<Image>.LayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
Use Facebook authentication (prefix syntax)
Facebook is the world's most popular social network. It is commonly used by companies to reach...
CertificateExtractExtensionValue (Function)
Returns the value of a certificate extension.
DocDeleteTableOfContents (Function)
Deletes a table of contents from a document.
TimeToInteger (Function)
Converts a time to an integer.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded...
<Notification>.Send (Function)
Sends an interactive notification to the system in order to be displayed.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed...
HExecuteProcedure (Function)
Runs a stored procedure.
GetDefinition (Function)
Retrieves the definition of element type.
Constants for managing appointments
Lists of constants used to manage the appointments...
ThreadPersistent (Function)
Makes a thread persistent.
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array...
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
<Organization Chart>.Modify (Function)
Modifies an element in an Organization Chart control.
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
Handling an Organizer control through programming (prefix syntax)
An Organizer control can be handled through programming....