FMX.Types._di_INativeControl

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<INativeControl> _di_INativeControl;

Properties

Type Visibility Source Unit Parent
typedef public FMX.Types.hpp FMX.Types FMX.Types

Description

Represents the DelphiInterface of INativeControl.

You can use _di_INativeControl to refer to a native control in C++ code.

See Also