FMX.Memo.Types.TFragmentInserted.FragmentLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FragmentLength: Integer;

C++

int FragmentLength;

Properties

Type Visibility Source Unit Parent
field public
FMX.Memo.Types.pas
FMX.Memo.Types.hpp
FMX.Memo.Types TFragmentInserted

Description

Length of the text that was inserted.

The FragmentLength holds an Integer that indicates the length of the fragment of text that was inserted.

See Also