[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains state flags for the application.
Source position: forms.pp line 1724
public property TApplication.Flags : TApplicationFlags |
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:
|
Set type used to store values from the TApplicationFlag enumeration. |
|
|
Application state flags. |
Version 4.0 | Generated 2025-05-03 | Home |