ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
OpenMobileWindow (Function)
Opens a window in a mobile application.
zipCreate (Function)
Creates an archive.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
Android Widget windows
An Android application can contain one or more Widget windows......
HIndex (Function)
Rebuilds the file index (".NDX" file).
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a web service.
fOpen (Function)
Opens an external file (ANSI or UNICODE) for programmatic manipulation.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
MySelf (Reserved word)
MySelf is used to handle the current control...
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
SocketCreate (Function)
Creates a socket.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
StringInsert (Function)
Inserts a string into another character string at a given position.
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min