TiPlotComponent.HintsShow

TiPlotComponent See Also

Specifies whether Help Hints are shown for the entire control.

property HintsShow : Boolean;

Description

Use HintsShow to specify whether Help Hints are shown for the entire control.

Example

Delphi

iComponent.HintsShow := True;

C++ Builder

iComponent->HintsShow = True;

Contents | Index | Previous | Next