AppRecordList DeleteRecord() Method

Removes the specified record from the list.

Function Signature

 void DeleteRecord( recordId )

Parameters

Parameter Type Description

recordId

int

The TS_ID of the record to delete from the list.

Return

Type Description

None

Technical Details

SBM ModScript version: 11.3.

Notes

None.

Related Topics

AppRecordList