FMX.TextLayout.TTextLayout.ClearAttributes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearAttributes;

C++

void __fastcall ClearAttributes();

Properties

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

Description

Empties the Attributes list.

To add new attributes to the list, use the AddAttribute method, and to delete attributes use the DeleteAttribute or DeleteAttributeRange method.

See Also