DeleteRecordByKey
<< Click to Display Table of Contents >> Navigation: TUserData > Methods > DeleteRecordByKey |
function DeleteRecordByKey(AKey:string): Boolean
Description:
Delete a record by a key;
Parameter:
AKey: the exist key;
Returns:
true: delete success;
false:delete failed, a key cannot be found,