ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
WordToArray (Function)
Fills an array with the words from a string.
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
FirstDayOfYear (Function)
Returns the date of the first day of the year.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
iFont (Function)
Selects the default font.
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
InfoBuild (Function)
Displays a custom message in a system information window.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Seek (Function)
Searches for the index of an element in a WLanguage array.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
CurrentYear (Function)
Returns the current year in integer format.
ExeGetPID (Function)
Returns information about the current process.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
Manipuler un champ Editeur_HTML par programmation
Abre una ventana cuyo resultado se recuperará a través de una Procedure WLanguage ("callback").