ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

sfSaveResult (Type of variable)
The sfSaveResult type is used to find out the result of SFAdd and SFModify...
fSelect (Function)
Opens the Windows file picker.
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
Caption (Property)
The Caption property is used to get and change the text of an element.
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
MySelf (Reserved word)
MySelf is used to handle the current control...
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
1. WEBDEV editors
NetStartServer (Function)
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Text (Property)
The Text property is used to get and modify text.
TokenAllowDuplicate (Property)
The TokenAllowDuplicate property is used to: Allow or prevent the user from entering duplicates in a "Text token" Edit control. Determine if duplicates are allowed in a "Text token" Edit control....
EventClose (Function)
Closes a synchronization event between several threads.
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
Reals
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
5. Which type of server to choose?
Address
The Address keyword can correspond to...