[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the inverse alignment value when BiDiMode is enabled.
Source position: controls.pp line 2779
function BidiFlipAlignment( |
Alignment: TAlignment; |
Flip: Boolean = True |
):TAlignment; |
Alignment |
|
TAlignment value converted in the method. |
Flip |
|
True to flip the alignment value when BiDiMode is enabled. |
TAlignment value adjusted for the BidiAlignment in Flip.
Applies to TAlignment value taLeftJustify and taRightJustify. taCenter is always taCenter regardless of BidiMode.
Version 4.0 | Generated 2025-05-03 | Home |