Vcl.Bind.Navigator.TCustomBindNavigator.Hints

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hints: TStrings read GetHints write SetHints;

C++

__property System::Classes::TStrings* Hints = {read=GetHints, write=SetHints};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Bind.Navigator.pas
Vcl.Bind.Navigator.hpp
Vcl.Bind.Navigator TCustomBindNavigator

Description

Provides a way to customize the Help Hints for the buttons on the database navigator.

Use the Hints property to supply Help Hints of your choosing for the individual navigator buttons. Each button has a default Help Hint. Hints allow the values of any or all of these default Help Hints to be replaced by customized hints.

Hints is a string list. Each hint is a string. The first string in the string list becomes the Help Hint for the first button on the navigator (the First button). The seventh hint becomes the Help Hint for the seventh button (the Edit button).

When specifying Hints at run time, enter an empty string for any Help Hint that should keep the default value. Simply leave the line blank when using the string list property editor of the Object Inspector for the Hints property.

To have the Help Hints appear at run time, set the ShowHint property to True.

See Also