ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
TimeLine control properties
A TimeLine control can be handled in a window by the following WLanguage properties.
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<pdfDocument variable>.GetSignature (Function)
Gets the signature of a PDF document as a buffer.
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
The Clickable Image control
The Clickable Image control can be used to......
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
Environment of the data model editor
SemaphoreCreate (Function)
Creates a semaphore.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology......
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
DDETopic (Function)
Identifies the subject of conversation associated with a DDE connection.
DDERecipient (Function)
Identifies the recipient of a DDE connection.
DDEDisconnect (Function)
Deletes a connection between the current program and a recipient.
DDEItem (Function)
Identifies the item affected by a DDE event.
DDEConnect (Function)
Establishes a DDE connection between the current program and the recipient according to a given topic.
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
CameraStartDecoding (Function)
Starts decoding bar codes in a Camera control.
<Date type>.ToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.