论坛


2021年10月27日 星期三

Implement a Close Tab Button for a TTabControl (plus: a round button over hot tab)

Žarko Gajić| Žarko Gajić-On Delphi Programming |09:18:30

Delphi’s TTabControl is a container type VCL control – allowing controls in its client area and displaying a set of tabs (as tabs or buttons). The TTabControl, unlike TPageControl, is not made up of several pages (for each tab), rather the ...