mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:29:24 +02:00
* Add TTouchTracking for Delphi compatibility
This commit is contained in:
parent
2d9ef694dd
commit
2b0d98bf2c
@ -661,6 +661,8 @@ const
|
|||||||
Type
|
Type
|
||||||
TEditCharCase = (ecNormal, ecUpperCase, ecLowerCase);
|
TEditCharCase = (ecNormal, ecUpperCase, ecLowerCase);
|
||||||
|
|
||||||
|
TTouchTracking = set of (ttVertical, ttHorizontal);
|
||||||
|
|
||||||
// Forms
|
// Forms
|
||||||
|
|
||||||
TWindowState = (wsNormal, wsMinimized, wsMaximized, wsFullScreen);
|
TWindowState = (wsNormal, wsMinimized, wsMaximized, wsFullScreen);
|
||||||
|
Loading…
Reference in New Issue
Block a user