DeleteRecords

DeleteRecords 1:

Syntax

METHOD DeleteRecords : BOOL
VAR_INPUT
    aRecordIDs : ARRAY [*] OF LINT;
END_VAR

DeleteRecords 2: Inputs

Name

Type

Description

aRecordIDs

ARRAY [*] OF LINT

Specific IDs of the records to be deleted

DeleteRecords 3: Return value

Name

Type

Description

DeleteRecords

BOOL

Is TRUE when completed