DeleteRecord
Find the syntax, use, parameters, return values, and an example for the DeleteRecord macro command in Connexion client.
Syntax | BOOL = CS.DeleteRecord |
---|---|
Use to | Delete a record, or records selected in a list, from the online or local save file. Same as using the Action > Delete Record menu command. |
Parameters | None |
Comments | You must be logged on and have a save file record open to run this macro. |
Return values | TRUE if the action is successful, or FALSE if not. |
Example | Sub Main()
Dim CS As Object CS.Search “BS”, “sf:1” |
What this example does |
|