ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

xlsNbRow (Function)
Returns the number of rows found in an XLS file.
gImage (Function)
Builds a sequence of characters containing an image.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
State (Property)
The State property is used to get and change the state of an element.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
HRegenerateFile (Function)
Regenerates a data file from its log.
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
HPass (Function)
Defines the password used to create or open a data file.
Time (Type of variable)
The Time type is used to easily handle the times...
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
fFileName (Function)
Returns the name of an external file that is currently opened.
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
fRemoveDir (Function)
Deletes a directory from a disk.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
fExeDir (Function)
Returns the directory from which the execution is started.
NumberColumn (Property)
The NumberColumn property is used to: Get the number of columns in Table, Check Box, Radio Button controls, etc.. Set the number of columns in a multi-column List Box control....
HDescribeItem (Function)
Describes a file item through programming.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).