* Add TTouchTracking for Delphi compatibility

This commit is contained in:
Michaël Van Canneyt 2024-02-14 14:38:05 +01:00
parent 2d9ef694dd
commit 2b0d98bf2c

View File

@ -660,7 +660,9 @@ const
Type
TEditCharCase = (ecNormal, ecUpperCase, ecLowerCase);
TTouchTracking = set of (ttVertical, ttHorizontal);
// Forms
TWindowState = (wsNormal, wsMinimized, wsMaximized, wsFullScreen);