Vcl.ScreenTips.TScreenTipItem.Header

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Header: string read FHeader write FHeader;

C++

__property System::UnicodeString Header = {read=FHeader, write=FHeader};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipItem

Description

The hint’s header.

Header represents the text that appears in the header of the screen tip pop-up window when the action or the control for which the screen tip processing is occurring is enabled.

See Also