fCritical property

bool get fCritical

If [TRUE], any limitations specified by the extension in the Value member of this structure are imperative.

Implementation

bool get fCritical => _fCritical != FALSE;
set fCritical (bool value)

Implementation

set fCritical(bool value) => _fCritical = value ? TRUE : FALSE;