How to change each buttons hint on the TDBNavigator
Title: How to change each buttons hint on the TDBNavigator type dbnNavigator:TDBNavigator; procedure TfrmDataInput.FormCreate(Sender:TObject); begin dbnNavigator.Hints.LoadFromFile('dbnButtonHints.txt'); end;