I generated a simple exception like this :
Var I : Integer;
Begin
I := StrtoInt('A');
End;
MadExcept shows several lines of error code that I do not want to show.
I put a component in the form called "TdxSkinController"
of the company "www.devexpress.com"
how could I do to hide those line of code from the component ?
Here's how I put it together in two Attached Images.