Hint Balão:
uses RXHints;
procedure TForm1.FormCreate(Sender: TObject);
begin
RxHints.SetHintStyle(hsRoundRect, 3, True, taLeftJustify);
end;