Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Transparent Constant

In This Article

Stores the special “transparent” TdxAlphaColor value whose alpha value is set to zero and all color channel values are set to 255 ($FF).

#Declaration

Delphi
const Transparent = $00FFFFFF;

#Remarks

This color corresponds to the clWhite TColor value but is completely transparent. You can use the Transparent constant as a bitwise mask opposite to the AlphaMask global constant value.

See Also