ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
DeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.)....
DeleteColumn (Function)
Deletes a column at a given position from the advanced array property (array of gglCalendar events, etc.).
MoveColumn (Function)
Moves or swaps a column in a two-dimensional array property contained in an advanced type (xlsDocument, etc.).
GglListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
GglUploadDocument (Function)
Uploads a document to the Google server.
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.
Pop (Function)
Pops an element from a stack.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
HModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
GglFillCalendarByRequest (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved from a custom request.
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
AnimationPrepare (Function)
Prepares the animation on a control, a group of controls or a window.
AnimationPlay (Function)
Plays an animation when a control, a group of controls or a window is modified.
rssInitialize (Function)
Loads a RSS stream in memory.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
AnimationEnabled (Function)
Enables or disables the animations in the controls.
AnimationMinFPS (Function)
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
GglDelete (Function)
Deletes data from the Google server.