Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TMS Advanced Toolbars & Menus
Toggle between TMS Office hints and regular hints

You can easily toggle in the application between using TMS Office hints and regular hints via the code:

begin
  if NormalHints.Checked then
    HintWindowClass := THintWindow
  else
    HintWindowClass := TAdvOfficeHintWindow;
end;