FMX.TextLayout.TTextLayout.AttributesCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AttributesCount: Integer read GetAttributesCount;

C++

__property int AttributesCount = {read=GetAttributesCount, nodefault};

Eigenschaften

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

Beschreibung

Gibt die Anzahl der TTextAttributedRange-Objekte in der Attributes-Liste.

Mit Attributes erhalten Sie den Zugriff auf die Einträge der Attributes-Liste.

Mit der Methode AddAttribute werden der Liste neue Attribute hinzugefügt. Mit der Methode DeleteAttribute oder DeleteAttributeRange werden die Attribute gelöscht. Mit der Methode ClearAttributes wird die Attributliste geleert.

Siehe auch