FMX.Memo.Types.TCaretPosition.IsZero

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsZero: Boolean;

Properties

Type Visibility Source Unit Parent
function public FMX.Text.pas 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.

See Also