Vcl.ScreenTips.TImageAlign
Delphi
TImageAlign = (iaLeft, iaRight);
C++
enum DECLSPEC_DENUM TImageAlign : unsigned char { iaLeft, iaRight };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.ScreenTips.pas Vcl.ScreenTips.hpp |
Vcl.ScreenTips | Vcl.ScreenTips |
Description
Enumeration for screen tip alignment.
TImageAlign is used to align the screen tip and can take 2 values:
| Value | Meaning |
|---|---|
|
iaLeft” |
The screen tip is aligned to the left of the action. |
|
iaRight |
The screen tip is aligned to the right of the action. |
Note: The type is not used for the current version.