Stone
Stone
In VCL program, tsksvg cannot be placed on skanimatedpaintbox This is completely different from the behavior in the FMX program
I compile the branch feature_httpsys. IDE give some errors: [dcc32 Error] DMVC.Expert.ProjectWizardEx.pas(112): E2003 Undeclared identifier: 'BuiltInWebServerType' [dcc32 Error] DMVC.Expert.ProjectWizardEx.pas(113): E2003 Undeclared identifier: 'wstIndy' [dcc32 Error] DMVC.Expert.ProjectWizardEx.pas(114): E2003 Undeclared identifier: 'sDMVCDPRIndy'...
in SynEdit.pas line 5515: move(TargetText[1], pTarget^, Length(TargetText) * sizeof(Char)); When the TargetText is a empty string with length zero, The TargetText[1] with lead exception.
Can you provide a ThreadMode: The subscriber method will be invoked in the thread the RegisterSubscriberForEvent be called. or Alternatively, when calling RegisterSubscriberForEvent, we can specify the thread the subscriber...
The follow code lead "out of memory" procedure TForm1.Button1Click(Sender: TObject); begin repeat Parallel.For(1, 10).Execute ( procedure (AIndex: Integer) begin end ); until False; end;
I can not use GlobalLogConsoleProvider in android. Does Android not support console log?
There's some code in dwsHashtables.pas. > procedure InitTables; > var > I, K: Char; > Temp: Integer; > begin > for I := #0 to #255 do > begin >...