ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Undocked (Property)
The Undocked property is used to determine if a pane of a Tab or Ribbon control is undocked.
MCITrackCount (Function)
Returns the number of tracks found in a media file that was opened beforehand (MCIOpen).
MCITrack (Function)
Returns the current track of a media file previously opened (MCIOpen).
MCIRetrieve (Function)
Returns the last result of the MCI command run by MCIExecute.
MDIMother (Function)
Identifies the name of the MDI parent window.
MDIWindowMenu (Function)
Modifies the layout of the MDI child windows.
MDIActive (Function)
Identifies or displays an MDI child window in the foreground.
WINDEV FTP functions
List of WINDEV FTP functions...
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
RulerModifiable (Property)
The RulerModifiable property is used to: Find out whether the user can move the playhead in a TimeLine control. Allow or prevent the user from moving the playhead in a TimeLine control....
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
The Flash control
The Flash control is used to display a Flash® animation in a WEBDEV page......
MCIWidth (Function)
Returns the width (in pixels) of a media file used to display images.
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
AnimationPlayOnControlProperty (Function)
Animates the modification of an integer property between 2 values.
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
Pinned (Property)
The Pinned property is used to: Pin a control: the position of the pinned control will be relative to the visible area of its container and not to the content area. Determine if a control is pinned....
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
ContextExist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
PageRateDDW (Function)
Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages).
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.