FMX.Forms.TCommonCustomForm.CanShow
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).