[Overview][Constants][Types][Classes][Index] Reference for unit 'ptc' (#ptc)

IPTCMode.Valid

Tests whether the mode is valid.

Declaration

Source position: moded.inc line 42

property IPTCMode.Valid: Boolean
  read GetValid;

Description

Tests whether the mode is valid. A display mode is invalid when it was created by the default constructor. Typically this function is used to check for the invalid display mode that terminates the console mode list. See IPTCConsole.modes for more information.