FMX.Memo.Types.TFragmentDeleted.StartPos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

StartPos: Integer;

C++

int StartPos;

Properties

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

Description

The position in the text where the fragment of text was deleted.

The StartPos field holds an Integer that indicates the position in the text where the fragment of text was deleted.

See Also