API:FMX.Forms.TCustomPopupForm.CanShow

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CanShow: Boolean; override;

C++

virtual bool __fastcall CanShow();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCustomPopupForm

Beschreibung

Ruft ab, ob das Formular sichtbar ist.

FMX.Forms.TCustomPopupForm.CanShow erbt von FMX.Forms.TCommonCustomForm.CanShow. Der folgende Inhalt bezieht sich auf FMX.Forms.TCommonCustomForm.CanShow.

Ruft ab, ob das Formular sichtbar ist.

CanShow gibt True wieder, wenn Visible False ist (wenn das Formular nicht sichtbar ist).

Siehe auch