FMX.Memo.Types.TCaretPosition Methods
InheritedProtected
| _op_Equality | public | Returns True if the caret position A is equal to B. |
| _op_GreaterThan | public | Returns True if the caret position A is greater than B. |
| _op_GreaterThanOrEqual | public | Returns True if the caret position A is greater than or equal to B. |
| _op_Inequality | public | Returns True if the caret position A is not equal to B. |
| _op_LessThan | public | Returns True if the caret position A is lesser than B. |
| _op_LessThanOrEqual | public | Returns True if the caret position A is lesser than or equal to B. |
| Create | public | Creates a new instance of TCaretPosition. |
| DecrementLine | public | Decrements the caret position by one line. |
| IncrementLine | public | Increments the caret position by one line. |
| Invalid | public | Returns the invalid caret position (-1, -1). |
| IsInvalid | public | Checks whether the current caret position has an invalid value (either Line or Pos is -1). |
| IsZero | public | Returns whether the current caret position is (0, 0). |
| operator () | public | |
| operator Equality | public | Returns True if the caret position A is equal to B. |
| operator GreaterThan | public | Returns True if the caret position A is greater than B. |
| operator GreaterThanOrEqual | public | Returns True if the caret position A is greater than or equal to B. |
| operator Implicit | public | |
| operator Inequality | public | Returns True if the caret position A is not equal to B. |
| operator LessThan | public | Returns True if the caret position A is lesser than B. |
| operator LessThanOrEqual | public | Returns True if the caret position A is lesser than or equal to B. |
| Zero | public | Returns the zero caret position (0, 0). |