Activation flag for TGadget.Activation. This gadget is "active".
Source position: intuition.pas line 274
const GACT_ACTIVEGADGET = 1 shl 14; |
This flag is maintained by Intuition, and you cannot count on its value persisting while you do something on your program's task. It can only be trusted by people implementing custom gadgets