FMX.Memo.Style.TEditAction.StartPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

StartPosition: Integer;

C++

int StartPosition;

Properties

Type Visibility Source Unit Parent
field public
FMX.Memo.Style.pas
FMX.Memo.Style.hpp
FMX.Memo.Style TEditAction

Description

Represents the start position of the text being deleted or inserted.

StartPosition specifies the position of the first character from the text that is being inserted or deleted by the current operation.

RollBackAction uses StartPosition to correctly back down the operation described by the Style.TEditAction object.

See Also