ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
AppointmentListCalendar (Function)
Lists the calendars available on the mobile device (Android/iOS)....
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
InitRandom (Function)
Initializes the generator of random numbers.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
NbLabelCopy (Property)
The NbLabelCopy property is used to: Get the number of copies of identical labels. Change the number of copies of identical labels....
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
Random (Function)
Returns a random number.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
ControlNext (Function)
Returns the name of the next control in input mode.
TimeToString (Function)
Converts a time to a string in the specified format.
FinRedemption (Function)
Creates an amortization matrix for a fixed-rate loan over a defined period of time.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).