ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Your version: 01F250083H (WINDEV 25)

Help / WLanguage / Functions and constants of Windows APIs
  • Deleting a matrix
MatDelete (Example)
Deleting a matrix
The following code is used to delete a matrix. The name of the matrix is entered by the user in an edit control (EDT_MatrixName).
We will assume that the matrix to delete is already created.
// -- Click code on BTN_Delete
// Delete the matrix
MatDelete(EDT_MatrixName)
Info("The deletion was performed")
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 04/03/2020

Send a report | Local help