FMX.Controls.Presentation.TPresentationProxy.NativeObject
Delphi
property NativeObject: IInterface read FNativeObject;
C++
__property System::_di_IInterface NativeObject = {read=FNativeObject};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Controls.Presentation.pas FMX.Controls.Presentation.hpp |
FMX.Controls.Presentation | TPresentationProxy |
Description
Native object of the platform where your application is running that is responsible for the presentation of your presented control.
If FireMonkey is presenting your presented control using a style instead of a native object, NativeObject is nil.