Activation flag for TGadget.Activation. This gadget is "active".
Source position: intuition.pas line 434
const GACT_ACTIVEGADGET = $4000; |
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