ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Component (Property)
The Component property configures the different components of a composite key.
<Source>.PrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
HRestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers.
<Source>.Flush (Function)
Forces the operating system of the computer where the tables are found to write data onto the disk.
GUIDFile (Property)
The GUIDFile property returns the GUID of the file defined in the database schema that was used to create the table.
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
<Destination>.CopyRecord (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....
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
HDelete (Function)
Deletes a record from a data file (query or view).
HOpen (Function)
Opens a data file.
<Source>.Security (Function)
Enables or disables the automatic security mechanism on one or more tables.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
HPriorityClient (Function)
Modifies the priority of a client application.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLFirst (Function)
Positions on the first row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
<Source>.ChangeConnection (Function)
Dynamically changes the connection associated with a data file.
<Source>.SetTransaction (Function)
Enables or disables the management of transactions for one or more files.
HPriority (Function)
Finds out and modifies the priority of the calling application.