mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 22:49:17 +02:00
* Add TEditCharCase
This commit is contained in:
parent
80d471a9f1
commit
e48d53a2f5
@ -623,7 +623,10 @@ const
|
|||||||
igiLongTap = igiFirst + 8;
|
igiLongTap = igiFirst + 8;
|
||||||
igiDoubleTap = igiFirst + 9;
|
igiDoubleTap = igiFirst + 9;
|
||||||
|
|
||||||
|
// Edit controls
|
||||||
|
|
||||||
|
Type
|
||||||
|
TEditCharCase = (ecNormal, ecUpperCase, ecLowerCase);
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user