I would like to have an icon on the tab to close the "tdinotebook" tab like in web browsers. This would be more intuitive for users already accustomed to browsers.
I would also like to have close buttons in the tabs.
The derivation of TDINotebook looks like this:
TDINotebook
TExtendedNotebook
TPagecontrol
TCustomPageControl
At the level of TCustomPageControl it is possible to influence the behavior of the tabs, among other things with
// These are LCL additions
TCTabControlOption = (
nboShowCloseButtons, nboMultiLine, nboHidePageListPopup,
nboKeyboardTabSwitch, nboShowAddTabButton, nboDoChangeOnSetIndex);
Apparently, however, the Windows widget set is not able to display close buttons on the individual tabs. Therefore, this is not the problem of TDINotebook but the request should go directly to Microsoft.