FMX.Memo.Types.TCaretPosition.IsInvalid
Delphi
function IsInvalid: Boolean;
C++
bool __fastcall IsInvalid(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.Memo.Types.pas FMX.Memo.Types.hpp |
FMX.Memo.Types | TCaretPosition |
Description
Checks whether the current caret position has an invalid value (either Line or Pos is -1).
The IsInvalid method returns True
if the caret position has an invalid position where Line or Pos value is -1. IsInvalid returns False
otherwise.