FMX.Types.TCustomCaret.CanShow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CanShow: Boolean; virtual;

C++

virtual bool __fastcall CanShow();

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomCaret

Description

Retrieves whether the TCustomCaret instance can be shown.

CanShow returns True if the control is visible, enabled, has the input focus, and is on an active form.

See Also