API:FMX.Forms.TCustomPopupForm.CanShow
Delphi
function CanShow: Boolean; override;
C++
virtual bool __fastcall CanShow();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TCustomPopupForm |
Description
Retrieves whether the form is not visible.
FMX.Forms.TCustomPopupForm.CanShow inherits from FMX.Forms.TCommonCustomForm.CanShow. All content below this line refers to FMX.Forms.TCommonCustomForm.CanShow.
Retrieves whether the form is not visible.
CanShow returns True if Visible is False (when the form is not visible).