FMX.TextLayout.TTextAttributedRange.Range

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Range: TTextRange;

C++

TTextRange Range;

Properties

Type Visibility Source Unit Parent
field public
FMX.TextLayout.pas
FMX.TextLayout.hpp
FMX.TextLayout TTextAttributedRange

Description

Keeps the TTextRange object to be used when displaying a text.

The text range specifies the start position and the length of the text block.

See Also