ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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)....
InPHPMode (Function)
Indicates whether the code is run in PHP.
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
iEllipse (Function)
Prints an ellipse (in a rectangle).
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
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.
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
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.
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
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").