jpluimers
A few tips. Set breakpoints in these units: System.pas: procedure _AbstractError; begin if Assigned(AbstractErrorProc) then AbstractErrorProc; RunErrorAt(210, ReturnAddress); end; System.SysUtils.pas: procedure AbstractErrorHandler; begin raise EAbstractError.CreateRes(@SAbstractError); end; add a watch for ClassName that has “Allow side… … Read more
4 years ago in Conference Topics, Conferences, Delphi, Development, Event, Software Development0
marc hoffman
Yesterday, Apple annoucned its new M1 chip, and three new Macs that will use it, shipping next week. We all expected great things from the move to Apple Silicon, first teased at WWDC, but if… … Read more
4 years ago 0
Shanu Mandot
Meetings are a vital part of how testers and developers engage at work — even when working remotely. From scheduling, to agendas, preparation, and participation, there are all kinds of strategies to help you perform… … Read more
4 years ago in dee-ann, DelphiFeeds.com, General0
Danny
Volgende week start de DelphiCon 2020 van 17 tot en met 19 november. Een online conference alleen over Delphi en niets anders dan Delphi. Met ondermeer een sessie van Alister Christie met code en demos… … Read more
4 years ago in 10.4 Sydney, Conference, Delphi, DelphiCon2020, News, Seminar0
John McDonald
Monday 16 November at 6 for 6:15pm start. ONLINE MEETING – WE WILL NOT BE MEETING IN PERSON We will meet online, instead of meeting at the Shed. Vincent Parrett from VSoft Technologies and FinalBuilder… … Read more
4 years ago in Delphi, IDE, Meetings, Melbourne0
jpluimers
Still not sure why the RTL code is like this: procedure TRemotable.SetDataContext(Value: TDataContext); begin if (RemotableDataContext <> nil) and (RemotableDataContext = Self.DataContext) then begin TDataContext(RemotableDataContext).RemoveObjectToDestroy(Self); end; FDataContext := Value; end; It means that if you… … Read more
4 years ago in Conference Topics, Conferences, Delphi, Development, Event, Software Development0