DeleteRecords

Syntax
METHOD DeleteRecords : BOOL
VAR_INPUT
aRecordIDs : ARRAY [*] OF LINT;
END_VAR
Inputs
Name | Type | Description |
|---|---|---|
aRecordIDs | ARRAY [*] OF LINT | Specific IDs of the records to be deleted |
Return value
Name | Type | Description |
|---|---|---|
DeleteRecords | BOOL | Is TRUE when completed |