FMX.StdCtrls.TSpeedButton.Trimming

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Trimming: TTextTrimming read GetTrimming write SetTrimming default 0;

C++

__property Trimming = {default=0};

Properties

Type Visibility Source Unit Parent
property public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TSpeedButton

Description

Specifies how the text is trimmed when it exceeds the edges of the text area in this control.

FMX.StdCtrls.TSpeedButton.Trimming inherits from FMX.StdCtrls.TPresentedTextControl.Trimming. All content below this line refers to FMX.StdCtrls.TPresentedTextControl.Trimming.


Specifies how the text is trimmed when it exceeds the edges of the text area in this control.

This property sets or returns a value of the TTextTrimming type.

See Also