ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Service variable
The Service variable is used to...
Declaring and using a variable
A variable is defined by name and type...
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable...
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...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler...
Advanced types
The advanced types of WLanguage are as follows
<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...
sfSearchResult (Type of variable)
The sfSearchResult type is used to find out the result of SFSearch...
sfUndeleteResult (Type of variable)
The sfUndeleteResult type is used to find out the result of SFUndelete...
sfDeleteResult (Type of variable)
The sfDeleteResult type is used to find out the result of SFDelete...
sfExecuteQueryResult (Type of variable)
The sfExecuteQueryResult type is used to find out the result of SFForwardQuery...
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...
sfDisconnectResult (Type of variable)
The sfDisconnectResult type is used to get the status report of SFDisconnect when disconnecting...
sfProcessWorkItemRequest (Type of variable)
The sfProcessWorkItemRequest type is used to describe a query for processing a task to submit...
sfSeekUpdatedResult (Type of variable)
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified...
sfSeekDeletedResult (Type of variable)
The sfSeekDeletedResult type is used to find out the result of SFSeekDeleted...
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
zipArchive (Type of variable)
The zipArchive type is used to handle an archive file in one of the following formats: ZIP, CAB,...
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can...
sfLeadConvertResult (Type of variable)
The sfLeadConvertResult type is used to find out the result of SFConvertLead...
sfLeadConvert (Type of variable)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
sfDeletedRecord (Type of variable)
The sfSeekDeletedResult type is used to find out the characteristics of a deleted record...
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
emailOutlookSession (Type of variable)
The emailOutlookSession type is used to handle the Outlook messaging software (emails, contacts,...
emailNotesSession (Type of variable)
The emailNotesSession type is used to access a Lotus Notes messaging server in order to retrieve...
gglCalendar (Type of variable)
The gglCalendar type is used to describe and modify a calendar used by the Google Calendar...
gglPath (Type of variable)
The gglPath type is used to define the characteristics of the route to drawn on a map...
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
gglLocation (Type of variable)
The gglLocation type is used to describe and modify the location of an event found in a Google...
1
2
3
4
5
6
133
>