FMX.Presentation.Factory.TPresentationProxyFactory.Supported

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Supported(const APresentationName: string): Boolean; overload;
function Supported(const AControlClass: TClass; const AControlType: TControlType): Boolean; overload;

C++

bool __fastcall Supported(const System::UnicodeString APresentationName)/* overload */;
bool __fastcall Supported(const System::TClass AControlClass, const Fmx::Controls::TControlType AControlType)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.Presentation.Factory.pas
FMX.Presentation.Factory.hpp
FMX.Presentation.Factory TPresentationProxyFactory


Description

Renvoie True si la fabrique contient un proxy de présentation recensé avec le nom spécifié ; renvoie False dans le cas contraire.

Voir aussi