FMX.Memo.Types.TCaretPosition Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
CreatepublicCreates a new instance of TCaretPosition.
DecrementLinepublicDecrements the caret position by one line.
IncrementLinepublicIncrements the caret position by one line.
InvalidpublicReturns the invalid caret position (-1, -1).
IsInvalidpublicChecks whether the current caret position has an invalid value (either Line or Pos is -1).
IsZeropublicReturns whether the current caret position is (0, 0).
operator EqualitypublicReturns True if the caret position A is equal to B.
operator GreaterThanpublicReturns True if the caret position A is greater than B.
operator GreaterThanOrEqualpublicReturns True if the caret position A is greater than or equal to B.
operator Implicitpublic
operator InequalitypublicReturns True if the caret position A is not equal to B.
operator LessThanpublicReturns True if the caret position A is lesser than B.
operator LessThanOrEqualpublicReturns True if the caret position A is lesser than or equal to B.
ZeropublicReturns the zero caret position (0, 0).