А в каких версиях ошибки (кроме 7)?
Уже давно ниже 2006 версии не использую, поэтому и не заметил. Надо будет в ifdef обернуть..
А здесь он уже пофиксен: property Position: Integer index $80000005 read GetVal write SetVal; procedure TTrackbar.SetVal(const Index, Value: Integer); begin Perform( WM_USER + LoWord( Index ), Index shr 31, Value ); end;
#define for Delphi 10.4
#define for Delphi 10.4
Hi, Add define VER340(http://docwiki.embarcadero.com/RADStudio/Sydney/en/Compiler_Versions), are you shure about VER3410?
* code clean & refactoring
* code clean & refactoring