Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>



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;