ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Remote WEBDEV administrator: Saving and restoring a WEBDEV site
The remote management tool is used to manage the backups of your dynamic WEBDEV sites....
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Looper control based on a data file
This type of Looper control uses data from a data file or query......
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control. find out or modify the collapsed/expanded status for: the breaks of a Table control, the breaks of a Looper control, the break headers and footers of Table and Looper controls, a Drawer control, a Ribbon control, a Navigation Bar control. a Pivot Table control in a report....
sfProcessSubmitRequest (Type of variable)
The sfProcessSubmitRequest type is used to describe a Salesforce record (also called a Salesforce object) to submit to SFExecuteProcess...
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
<Source>.SeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
ExeRemoteRun (Function)
Starts running a remote program from the current application.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
HintTextColor (Property)
The HintTextColor property is used to get and change the hint text color of an Edit control.
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
How to save and retrieve an image in a binary memo