FMX.Types._di_IPaintControl

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<IPaintControl> _di_IPaintControl;

Properties

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

Description

Represents the DelphiInterface of IPaintControl.

You can use _di_IPaintControl to refer, in C++ code, to a control that handles painting.

See Also