Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 02/05/23 in all areas

  1. Thanks! Although a bit busy in the moment, I will nevertheless have a look when time allows. Actually I don't care for that. My (probably limited) experience is that dproj files are downward compatible at least for the recent versions. There may be problems when you go down to the lower XE levels, though.
  2. mjustin

    Enable protocol TLS 1.3 on Windows 7

    Other way would be for example cURL, or Indy / Synapse / mORMot.
  3. mjustin

    Enable protocol TLS 1.3 on Windows 7

    See: https://stackoverflow.com/questions/72636489/tls-1-3-for-net-4-0-under-windows-7#comment128310433_72636489
  4. Remy Lebeau

    [FMX][Android]How get control name under the click?

    Why are you simply not using the Sender of the click event? procedure TMyForm.MyControlClick(Sender: TObject); begin ShowMessage(TControl(Sender).Name); end;
×