Vcl.Controls.TCustomHint.Style

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Style: TBalloonHintStyle read FStyle write FStyle default bhsBalloon;

C++

__property TBalloonHintStyle Style = {read=FStyle, write=FStyle, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHint

Description

Specifies the style of the custom hint.

Value Meaning

bhsStandard

The hint window has a classic appearance.

bhsBalloon

The hint window has a balloon-like appearance.


The default style is bhsBalloon.

See Also