FMX.TextLayout.TTextLayout.ClearAttributes

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure ClearAttributes;

C++

void __fastcall ClearAttributes(void);

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