|
<< Click to Display Table of Contents >> Navigation: Telegram > 2023 > 08 > 31 > Telegram_2023-08-31T12 |
2023-08-31T12:11:55
Please read here: The is a Branch for tls1.3
type: link https://github.com/IndySockets/Indy/issues/183
2023-08-31T12:20:32
hmmm i see fork by Mezen ... but not sure if \good\ or not... looks like last commit was 2020 ....
2023-08-31T12:20:51
and looks to be nothing \official\ done to Indy itself by remy in the final product...
2023-08-31T12:45:46
Hi,
How do I put a IWform inside a tabcontrol?
Access Violation here :
var
frm: TIWForm2;
begin
frm := TIWForm2.Create(WebApplication);
frm.Parent := IWTabControl1Page0;
frm.Show;