FMX.TextLayout.TTextLayout.DeleteAttribute

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DeleteAttribute(const AIndex: Integer);

C++

void __fastcall DeleteAttribute(const int AIndex);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.TextLayout.pas
FMX.TextLayout.hpp
FMX.TextLayout TTextLayout

Beschreibung

Entfernt ein im Index angegebenes Textattribut aus der Attributes-Liste.

AIndex gibt den Index des Attributs an, das aus der Attributes-Liste entfernt werden soll.

Mit der Methode AddAttribute werden der Liste neue Attribute hinzugefügt. Mit der Methode DeleteAttributeRange werden mehrere Attribute entfernt.

Siehe auch