Vcl.ScreenTips.TScreenTipsWindow.Body

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Body: string read FBody write SetBody;

C++

__property System::UnicodeString Body = {read=FBody, write=SetBody};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipsWindow

Description

The screen tip body text.

Body represents the text that appears in the body of the screen tip.

See Also