ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CallDLL32 (Function)
Runs a function found in an external DLL.
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
Custom properties (WLanguage)
A custom property is a code element with two events......
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
SFModify (Function)
Modifies the records of a file defined in Salesforce.
GglListContact (Function)
Retrieves the list of contacts associated with the specified Google account.
fDelete (Function)
Deletes a file accessible from the current computer.
GetTypeDefinition (Function)
Gets the description of a type identified by name.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
diffApply (Function)
Applies a difference buffer to a specific buffer.
Creating the Table pages of the WEBDEV RAD pattern
fDirSize (Function)
Returns the size of a directory in bytes.
Component (Property)
The Component property configures the different components of a composite key.
Compatibility between external components and deployed applications
A component can evolve in many ways......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
SFConnect (Function)
Allows you to authenticate yourself beside a Salesforce platform.
New (Reserved word)
New is used to allocate memory space...
Creating the Relation pages of a WEBDEV RAD pattern
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.