ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Types of setup
Types of setup...
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
fDelete (Function)
Deletes a file accessible from the current computer.
Code statistics
The code statistics affect......
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
EmailReadNext (Example)
Usage example of the EmailReadNext function
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
Drawer control properties
List of properties associated with the Drawer control...
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
Constants for manging the replication
List of constants used by the functions for managing the replication....
grColor (Function)
Returns and initializes the color of different chart elements.
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
HPrevious (Function)
Positions on the previous file record according to a browse item.
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.