FMX.Types.INativeControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

INativeControl = interface

C++

__interface  INTERFACE_UUID("{3E6F1A17-BAE3-456C-8551-5F6EA92EEE32}") INativeControl  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Interface that defines a native control.

INativeControl methods and properties refer to the handle of the control.

See Also