Telegram_2018-09-09T21

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2018 > 09 > 09 >

Telegram_2018-09-09T21

Telegram link

 

2018-09-09T21:44:54

 

type: mention_name Mohammad Fateh user_id: 583445167 IntraWeb only renders TIWCustomControl and TIWCustomComponent descendants. Everything else cannot be rendered. This is *by design*. That's why IW knows that any other component in a TIWForm shouldn't be rendered, i.e. it doesn't generate any output to the browser.

 

If we decided to do what you suggest, we would have to implement a common interface to all objects (because we can't change the inheritance of an existing VCL object, like a TFrame), or change the code to check for \special\ TFrame classes

 

In the end, the \complexity\ you suggest that exist in IW code to handle frames (which I don't agree at all) would just move to another place.

 


 

Telegram link

 

2018-09-09T21:45:39

 

besides that, every IW code out there would just break.