FMX.Controls.Presentation.TPresentationProxy.HasNativeObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasNativeObject: Boolean;

C++

bool __fastcall HasNativeObject();

Properties

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

Description

Retrieves whether your proxy is presenting its presented control using a native object of the platform where your application is running (True) or your proxy is presenting its control using a FireMonkey styled presentation (False).

See Also