FMX.Forms.TCommonCustomForm.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.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Retrieves whether the form is not visible.

CanShow returns True if Visible is False (when the form is not visible).

See Also