1 2 3 4 5 6 7
#include <TCustomTabControl.h> TCustomTabControl::TCustomTabControl(TComponent *AOwner) : TWinControl(AOwner) { } TCustomTabControl::~TCustomTabControl() { }