ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DisplayAsMarkdown (Property)
The DisplayAsMarkdown property indicates whether or not an Edit control displays its content in Markdown format.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
CurrentYear (Function)
Returns the current year in integer format.
PositionToLine (Function)
Returns the number of the line that contains a character identified by its position in a block of text.
StringReverse (Function)
Reverses the characters of a string.
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
Enqueue (Function)
Adds an element to the queue.
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack, or if the operation is in progress.
Push (Function)
Pushes an element onto the stack.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
FirstDayOfMonth (Function)
Returns the first day of the month.
Contains (Function)
Allows you to check if a substring is within a string.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
WinAnimationClosing (Function)
Modifies the type and duration of the animation used when closing the application windows.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.