08-15-2022, 01:26 AM
PxSize is a new published property of TIWFont, introduced in IW 15.2.61. There is no reason to get this error unless you are linking with the old DCUs.
I suggest you check if your library path of Delphi 10.4.2 doesn't contain the path for an old IW version (possibly 15.2.60). If your design time package is a newer version (e.g. 15.2.61) but your linked DCUs are actually 16.2.60, you will certainly get this error.
I suggest you check if your library path of Delphi 10.4.2 doesn't contain the path for an old IW version (possibly 15.2.60). If your design time package is a newer version (e.g. 15.2.61) but your linked DCUs are actually 16.2.60, you will certainly get this error.

