SetAddIndex

delphi package - automated exception handling
Post Reply
JonRobertsonAIS
Posts: 4
Joined: Fri Jun 21, 2024 3:54 pm

SetAddIndex

Post by JonRobertsonAIS »

I'd like to use (exceptIntf.BugReportSections as IMEFieldsEx).SetAddIndex to control the placement of the section that I'm adding. IMEFieldsEx is not declared in the interface section. Aside from needing to merge my changes after updating madExcept, is there a reason that I shouldn't move IMEFieldsEx to the interface section?
madshi
Site Admin
Posts: 10855
Joined: Sun Mar 21, 2004 5:25 pm

Re: SetAddIndex

Post by madshi »

Sorry for the late reply. You're the first user, ever, to want to have access to IMEFieldsEx. It's been many years since I implemented this interface, so I'm not sure if there are any problems with you accessing it. Though, I'd argue if what you're doing works well, then it's probably fine.
Post Reply