ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
HSaveParameter (Function)
Saves a persistent value on the HFSQL server.
zipExist (Function)
Determines whether an archive exists.
OrganizerTimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
OrganizerListAppointment (Function)
Returns: the list of appointments found between two dates in an Organizer control, all appointments found in an Organizer control, a specific appointment (selected or hovered)....
MemPrevious (Function)
Positions on the element found before the current element of a memory area and returns the value of this element.
MemNext (Function)
Positions on the next element of a memory area and returns the value of this element.
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more tables.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
StringEndsWith (Function)
Checks whether a character string ends with: with a specific character string. with one of the character strings in an array....
SOAPPrepare (Function)
Builds the SOAP request for calling a web service function.
HSetServer (Function)
Used to find out and modify some settings of HFSQL Client/Server server....
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
BufferToHexa (Function)
Converts a buffer to a hexadecimal string (e.g.,: "4A 5B 00").
StatSum (Function)
Calculates the sum for a series of values.
StatVariance (Function)
Calculates the variance for a series of values.
ToClipboard (Function)
Writes text or image information into the system clipboard.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
StatMax (Function)
Calculates the maximum value for a series of values.