ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
Encryption (Property)
The Encryption property gets and sets the encryption algorithm used.
Position
The Position keyword can correspond to...
Thickness (Property)
The Thickness property is used to get and change the thickness of an element.
HToItem (Function)
Assigns the specified value to an item of the current record.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the table. This item was defined in the data model editor or programmatically. Define whether the value of a calculated item is stored in the table (when describing the item through programming)....
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or programmatically. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
AdditionalParameters (Property)
The Property Additional Parameters allows you to specify additional parameters in the authentication chain.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
SQLFirst (Function)
Positions on the first row of the query result.
grSunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
fMakeDir (Example)
Usage example of the fMakeDir function
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current table record. the content of the Record variable to the current table record....