FMX.Memo.Types.TCaretPosition.IsZero
Delphi
function IsZero: Boolean;
C++
bool __fastcall IsZero(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Memo.Types.pas FMX.Memo.Types.hpp |
FMX.Memo.Types | TCaretPosition |
Description
Returns whether the current caret position is (0, 0).
The IsZero method returns True if the caret position has Zero value (0, 0). IsZero returns False otherwise.