ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

14. Managing the "Back" button in practice
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
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)....
OrganizerTimeDisplayed (Function)
Defines the time range displayed by the Organizer control in Day mode or in Week mode.
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
ExceptionInfo (Function)
Retrieves information about the current exception.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
ControlToSource (Function)
Assigns the control value to the source of a control link.
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Specific features of the applications for iPhone/iPad
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
fMoveDir (Function)
Moves a directory and its content.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.