[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TApplication.Flags

Contains state flags for the application.

Declaration

Source position: forms.pp line 1727

public property TApplication.Flags : TApplicationFlags
  read FFlags
  write SetFlags;

Description

Flags is a TApplicationFlags property which contains flag values currently enabled for the application. It is a set type, and may contain zero or more values from the TApplicationFlag enumeration.

Values in Flags are updated when methods are executed in the class instance. A value may be transient in nature, and exist only while a particular method is running. They may also be more permanent, and indicate actions which have been performed and/or completed.

Values are added to and removed from Flags in methods like:

See also

TApplicationFlags

  

Set type used to store values from the TApplicationFlag enumeration.

TApplicationFlag

  

Application state flags.


Version 3.2 Generated 2024-02-25 Home