Hi,
habe es bereits herausgefunden. Ist einfacher als gedacht:
Delphi-Quellcode:
procedure TForm1.HeaderControl1SectionClick(HeaderControl: THeaderControl; Section: THeaderSection);
begin
if (Section.Text='a') then showmessage('a');
if (Section.Text='b') then showmessage('b');
if (Section.Text='c') then showmessage('c');
end;
Grüße,
Christoph