FMX.Controls.Presentation.TPresentedControl.HasPresentationProxy
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.