Represents drawing effects which can be applied to graphic elements.
Source position: graphtype.pp line 57
type TGraphicsDrawEffect = ( |
||
gdeNormal, |
|
No drawing effect. |
gdeDisabled, |
|
Drawn with a grayed image. |
gdeHighlighted, |
|
Drawn with a highlighted image. |
gdeShadowed, |
|
Drawn with a shadowed image. |
gde1Bit |
|
1-Bit image (for non-XP windows buttons). |
); |
| Version 4.4 | Generated 2025-11-08 | Home |