FMX.TextLayout.TTextLayout.ClearAttributes
Delphi
procedure ClearAttributes;
C++
void __fastcall ClearAttributes();
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | FMX.TextLayout.pas FMX.TextLayout.hpp |
FMX.TextLayout | TTextLayout |
Beschreibung
Leert die Attributes-Liste.
Mit der Methode AddAttribute werden der Liste neue Attribute hinzugefügt. Mit der Methode DeleteAttribute oder DeleteAttributeRange werden Attribute entfernt.
Siehe auch
- FMX.TextLayout.TTextLayout.Attributes
- FMX.TextLayout.TTextLayout.AttributesCount
- FMX.TextLayout.TTextAttributedRange
- FMX.TextLayout.TTextRange
- FMX.TextLayout.TTextAttribute
- FMX.TextLayout.TTextLayout.AddAttribute
- FMX.TextLayout.TTextLayout.DeleteAttribute
- FMX.TextLayout.TTextLayout.DeleteAttributeRange
- FMX.TextLayout.TTextLayout
- System.UITypes.TAlphaColor
- FMX.TextLayout.TTextAttribute.Font