04-09-2024, 03:57 AM
(This post was last modified: 04-09-2024, 04:00 AM by Alexandre Machado.)
> Can I configure INTRAWEB to show the forms for INTRAWEB in the standard representation of the Embarcadero RAD IDE ?
I'm not sure what you mean here. Are you referring to the dashed gray line around regions ?
We slightly changed the way regions are shown when they are borderless. This was done because it is virtually impossible to distinguish a IWRegion from the parent region/form at design time if they don't have borders. The way it is painted now makes is way more clearer to work with a form packed with many regions.
If you don't want it to display the dashed border at design time, set the BorderOptions.NumericWidth to 0 in ObjectInspector and it won't be drawn.
I'm not sure what you mean here. Are you referring to the dashed gray line around regions ?
We slightly changed the way regions are shown when they are borderless. This was done because it is virtually impossible to distinguish a IWRegion from the parent region/form at design time if they don't have borders. The way it is painted now makes is way more clearer to work with a form packed with many regions.
If you don't want it to display the dashed border at design time, set the BorderOptions.NumericWidth to 0 in ObjectInspector and it won't be drawn.

