mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-25 06:40:30 +01:00
* patch from Ondrej, TVerticalAlignment & TTopBottom
git-svn-id: trunk@42813 -
This commit is contained in:
parent
5416e3657f
commit
8dddf8a525
@ -91,6 +91,8 @@ type
|
||||
TAlignment = (taLeftJustify, taRightJustify, taCenter);
|
||||
|
||||
TLeftRight = taLeftJustify..taRightJustify;
|
||||
TVerticalAlignment = (taAlignTop, taAlignBottom, taVerticalCenter);
|
||||
TTopBottom = taAlignTop..taAlignBottom;
|
||||
|
||||
TBiDiMode = (bdLeftToRight,bdRightToLeft,bdRightToLeftNoAlign,bdRightToLeftReadingOnly);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user