FMX.Controls.Presentation.TPresentedControl.HasPresentationProxy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasPresentationProxy: Boolean;

C++

bool __fastcall HasPresentationProxy();

Properties

Type Visibility Source Unit Parent
function public
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl

Description

Returns True if the PresentationProxy of your control is loaded or False otherwise.

See Also