FMX.TextLayout.TTextLayout.DeleteAttribute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DeleteAttribute(const AIndex: Integer);

C++

void __fastcall DeleteAttribute(const int AIndex);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.TextLayout.pas
FMX.TextLayout.hpp
FMX.TextLayout TTextLayout

Description

Deletes a text attribute specified by index from the Attributes list.

AIndex specifies the index of the attribute to be deleted from the Attributes list.

To add new attributes to the list, use the AddAttribute method. To delete multiple attributes, use the DeleteAttributeRange method.

See Also