Vcl.ComCtrls.TIconOptions.WrapText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WrapText: Boolean read FWrapText write SetWrapText default True;

C++

__property bool WrapText = {read=FWrapText, write=SetWrapText, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TIconOptions

Description

Determines whether the icon caption is displayed all on one line, or if it can wrap.

Set WrapText to true to have the caption of icons wrap rather than display on one line when it exceeds the width of the icon.

See Also