Replies: 2 comments 2 replies
-
|
Hello First of all, this is not in the right project, this is the JCL one here. But most important, I'm very surprised this does not compile because |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
You are completely true. The project was configured to use JEDI older sources. With current trunk sources all is OK. Thank you again! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@obones
In Delphi 13.1 TSplitter's Control property is a read-only property:
\embarcadero\studio\37.0\SOURCE\VCL\Vcl.ExtCtrls.pas
In \jvcl\run\JvExExtCtrls.pas there are some places in code, which try to assign value to a Control property. I.e.:
Beta Was this translation helpful? Give feedback.
All reactions