isHeader property

bool isHeader
getter/setter pair

Indicates whether the record represents the ADIF header or ADIF data.

An ADIF file may contain one header record in addition to any number of data records. This property is true for a header and false for data.

Implementation

bool isHeader = false;