ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Attention : This is version 26 of this documentation page. This feature may have been changed or removed in a higher version.
Help / WLanguage / WLanguage functions / Standard functions / Specific Mobile functions / SIM card functions
  • Managing errors
  • ARM v4T processors (and compatible processors)
  • Differences between GO mode and run time
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadApple WatchUniversal Windows 10 AppWindows Mobile
Others
Stored procedures
SIMDelete (Function)
In french: SIMSupprime
Deletes an entry from the directory of SIM card.
Example
// Number of entries in the personal directory?
NbEntries = SIMNbContact()

FOR Subscript = 1 TO NbEntries
// Delete all the entries
SIMDelete(Subscript)
END
Syntax
SIMDelete(<Entry subscript> [, <Directory>])
<Entry subscript>: Integer
Subscript of entry to delete.
<Directory>: Optional constant
Directory to use:
simPersonal
(Default value)
Personal directory of SIM card.
simLastCallDirectory of last numbers dialed.
Remarks

Managing errors

Caution: SIMDelete returns no error code. To find out whether an error was generated by this function, use the ErrorOccurred variable. If an error occurs, you can get the details of the error with ErrorInfo.

ARM v4T processors (and compatible processors)

SIMDelete cannot be used on a Pocket PC equipped with an ARM v4T (or ARM v4T-compatible) processor.

Differences between GO mode and run time

In GO mode (simulation on the development computer), a WLanguage error is generated during the call to SIMDelete.
The differences between GO mode (simulator) and runtime are presented in Differences between GO mode and runtime.
Component: wp260ce.dll
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 11/30/2020

Send a report | Local help