|
|
|
|
|
|
|
List of various constants used by the constants WINDEV functions.... |
|
|
|
|
|
|
WLanguage procedure ("callback") called by OpenPopupAsynchronous after the popup window is closed. |
|
|
|
|
|
|
WLanguage procedure ("Callback") used by zipExtractDirectory to manage the progress of files being extracted from the archive. |
|
|
|
|
|
|
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory. |
|
|
|
|
|
|
WLanguage procedure ("callback") called to run the speech recognition started by SpeechRecognitionTrigger. |
|
|
|
|
|
|
Procedure ("Callback") called by YesNoAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure. |
|
|
|
|
|
|
Procedure ("Callback") called by DialogAsynchronous when the user clicks one of the buttons in the dialog box. |
|
|
|
|
|
|
Procedure ("Callback") called by BTStatus when the Bluetooth activation status changes on the device. This procedure can be a local, global or internal procedure. |
|
|
|
|
|
|
Procedure ("Callback") called by AddLink. |
|
|
|
|
|
|
WLanguage procedure ("callback") called by fCopyFile for each copied file. |
|
|
|
|
|
|
WLanguage procedure ("callback") called by fTrackFile when a change is made to the tracked file. |
|
|
|
|
|
|
Contains the number of the physical record loaded in memory (which means the number of the last record read). |
|
|
|
|
|
|
WLanguage procedure ("callback") called when the photo is saved via CaméraPhoto. |
|
|
|
|
|
|
WLanguage procedure ("callback") called by AndroidActivityResultProcedure when the result of a third-party Activity is retrieved. |
|
|
|
|
|
|
WLanguage procedure ("callback") called by DeepLinkProcédure when the user clicks a deep link with a target URL associated with the application. |
|
|
|
|
|
|
WLanguage procedure ("callback") called by KanbanFilter to set an advanced filter. |
|
|
|
|
|
|
WLanguage procedure ("callback") called by OpenDocumentAsynchronous after the edit window is closed. |
|
|
|
|
|
|
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established. |
|
|
|
|
|
|
WLanguage procedure ("callback") called by PopupDisplayPage after the popup page is closed. |
|
|
|
|
|
|
The mongoOperationDeleteAll type is used to define all the advanced characteristics of a document delete operation that will be added to a bulk operations list. All the documents that match the selection filter will be deleted. |
|
|
|
|
|
|
The mongoOperationAdd type is used to define all the advanced characteristics of a document add operation in bulk. |
|
|
|
|
|
|
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated. |
|
|
|
|
|
|
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated. |
|
|
|
|
|
|
The mongoOperationReplaceOne type is used to define all the advanced characteristics of a document replace operation that will be added to a bulk operations list. The first document that matches the filter will be replaced. |
|
|
|
|
|
|
WLanguage procedure ("callback") called by SCPSendFile when transferring files to a remote host using the Secure Copy Protocol (SCP). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|