mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 05:29:22 +02:00
* Add TTouchTracking for Delphi compatibility
This commit is contained in:
parent
2d9ef694dd
commit
2b0d98bf2c
@ -660,7 +660,9 @@ 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