AdvOfficeToolSelector not showing hint

AdvOfficeToolSelector1->ShowHint = true and each item has hint. Source of the component below. Did I miss something, or a bug? version of the component is 1.6.2.1

object AdvOfficeToolSelector1: TAdvOfficeToolSelector
  Left = 80
  Top = 64
  Width = 23
  Height = 22
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  NotesFont.Charset = DEFAULT_CHARSET
  NotesFont.Color = clWindowText
  NotesFont.Height = -11
  NotesFont.Name = 'Tahoma'
  NotesFont.Style = []
  ParentFont = False
  ShortCutHint = 'aaa'
  Version = '1.6.2.1'
  ParentShowHint = False
  ShowHint = True
  TabOrder = 0
  AllowFloating = False
  Appearance.ColorChecked = 16111818
  Appearance.ColorCheckedTo = 16367008
  Appearance.ColorDisabled = 15921906
  Appearance.ColorDisabledTo = 15921906
  Appearance.ColorDown = 16111818
  Appearance.ColorDownTo = 16367008
  Appearance.ColorHot = 16117985
  Appearance.ColorHotTo = 16372402
  Appearance.ColorMirrorHot = 16107693
  Appearance.ColorMirrorHotTo = 16775412
  Appearance.ColorMirrorDown = 16102556
  Appearance.ColorMirrorDownTo = 16768988
  Appearance.ColorMirrorChecked = 16102556
  Appearance.ColorMirrorCheckedTo = 16768988
  Appearance.ColorMirrorDisabled = 11974326
  Appearance.ColorMirrorDisabledTo = 15921906
  CaptionAppearance.BorderColor = clNone
  CaptionAppearance.Color = 13198890
  CaptionAppearance.ColorTo = clNone
  CaptionAppearance.Direction = gdHorizontal
  CaptionAppearance.TextColor = clWindowText
  CaptionAppearance.TextColorHot = clBlack
  CaptionAppearance.TextColorDown = clBlack
  CaptionAppearance.ButtonAppearance.ColorChecked = 16111818
  CaptionAppearance.ButtonAppearance.ColorCheckedTo = 16367008
  CaptionAppearance.ButtonAppearance.ColorDisabled = 15921906
  CaptionAppearance.ButtonAppearance.ColorDisabledTo = 15921906
  CaptionAppearance.ButtonAppearance.ColorDown = 16111818
  CaptionAppearance.ButtonAppearance.ColorDownTo = 16367008
  CaptionAppearance.ButtonAppearance.ColorHot = 16117985
  CaptionAppearance.ButtonAppearance.ColorHotTo = 16372402
  CaptionAppearance.ButtonAppearance.ColorMirrorHot = 16107693
  CaptionAppearance.ButtonAppearance.ColorMirrorHotTo = 16775412
  CaptionAppearance.ButtonAppearance.ColorMirrorDown = 16102556
  CaptionAppearance.ButtonAppearance.ColorMirrorDownTo = 16768988
  CaptionAppearance.ButtonAppearance.ColorMirrorChecked = 16102556
  CaptionAppearance.ButtonAppearance.ColorMirrorCheckedTo = 16768988
  CaptionAppearance.ButtonAppearance.ColorMirrorDisabled = 11974326
  CaptionAppearance.ButtonAppearance.ColorMirrorDisabledTo = 15921906
  DragGripAppearance.BorderColor = clGray
  DragGripAppearance.Color = clWhite
  DragGripAppearance.ColorTo = clWhite
  DragGripAppearance.ColorMirror = clSilver
  DragGripAppearance.ColorMirrorTo = clWhite
  DragGripAppearance.Gradient = ggVertical
  DragGripAppearance.GradientMirror = ggVertical
  DragGripAppearance.BorderColorHot = clBlue
  DragGripAppearance.ColorHot = 16117985
  DragGripAppearance.ColorHotTo = 16372402
  DragGripAppearance.ColorMirrorHot = 16107693
  DragGripAppearance.ColorMirrorHotTo = 16775412
  DragGripAppearance.GradientHot = ggRadial
  DragGripAppearance.GradientMirrorHot = ggRadial
  CloseOnSelect = False
  ColorDropDown = 16251129
  ColorDropDownFloating = 16374724
  DragGripPosition = gpTop
  SelectedIndex = -1
  SelectionAppearance.ColorChecked = 16111818
  SelectionAppearance.ColorCheckedTo = 16367008
  SelectionAppearance.ColorDisabled = 15921906
  SelectionAppearance.ColorDisabledTo = 15921906
  SelectionAppearance.ColorDown = 16111818
  SelectionAppearance.ColorDownTo = 16367008
  SelectionAppearance.ColorHot = 16117985
  SelectionAppearance.ColorHotTo = 16372402
  SelectionAppearance.ColorMirrorHot = 16107693
  SelectionAppearance.ColorMirrorHotTo = 16775412
  SelectionAppearance.ColorMirrorDown = 16102556
  SelectionAppearance.ColorMirrorDownTo = 16768988
  SelectionAppearance.ColorMirrorChecked = 16102556
  SelectionAppearance.ColorMirrorCheckedTo = 16768988
  SelectionAppearance.ColorMirrorDisabled = 11974326
  SelectionAppearance.ColorMirrorDisabledTo = 15921906
  SelectionAppearance.TextColorChecked = clBlack
  SelectionAppearance.TextColorDown = clWhite
  SelectionAppearance.TextColorHot = clWhite
  SelectionAppearance.TextColorDisabled = clGray
  SelectionAppearance.TextColor = clBlack
  SelectionAppearance.Rounded = False
  Tools = <
    item
      Caption = '1'
      CaptionAlignment = taCenter
      Enable = True
      Hint = '111'
      ImageIndex = -1
    end
    item
      Caption = '2'
      CaptionAlignment = taCenter
      Enable = True
      Hint = '222'
      ImageIndex = -1
    end
    item
      Caption = '3'
      CaptionAlignment = taCenter
      Enable = True
      Hint = '333'
      ImageIndex = -1
    end>
end

What I meant - ITEMS are not showing hint. I need hint on each item.

Your reply is expected! How do I make AdvOfficeToolSelector show tooltip for each of the Tools (Items). Items have the "Hint" property. But it doesn't work. How do I enable it?

We traced & solved this issue. The next update will address this.

Thank you!