ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
CurrentWin (Function)
Identifies the window currently in edit.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
Supercontrol
A supercontrol is an advanced type of control......
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
grTitle (Function)
Modifies the caption and/or position of the chart title....
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
Assignment of RETURN
The return value of the process currently run can be assigned...
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
MemFound (Function)
Checks whether the sought element was found.
H.NbRetryRead (Variable)
Indicates the number of attempts to read the file or record before giving control back to the program.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
Organization Chart: Displaying a manufacturing process
An Organization Chart control can be used to display a diagram. It can be used, for example, to display the different steps of a process.
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....