ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
ThreadEnd (Function)
Ends the execution of the current thread.
DateValid (Function)
Checks the validity of a date between January 01 0001 and December 31 9999.
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
DocToPDF (Function)
Converts a Word Processing document into a PDF file.
dText (Example)
Usage example of the dText function
AddFavorite (Function)
Adds an Internet address into the list of favorites for the Web user.
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
KeyPressed (Function)
Checks which key is pressed.
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
XMLFirst (Function)
Positions on the first element (tag or attribute) in the current tree level.
fSeek (Function)
Gets and sets current position in an external file.
Events associated with control templates
List of events associated with control templates...
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
zipExist (Function)
Used to find out whether an archive exists.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
HRplPass (Function)
Sets the passwords used to protect the universal replication files.
Currencies
A currency is a real coded on 10 bytes....
Detailed use of WINDEV FTP/RPC