Vcl.AxCtrls.TActiveXControl.Control

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Control: TWinControl read FControl;

C++

__property Vcl::Controls::TWinControl* Control = {read=FControl};

Properties

Type Visibility Source Unit Parent
property public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TActiveXControl

Description

Indicates the VCL implementation of the ActiveX control.

Control is the VCL control derived from TWinControl that implements the ActiveX control.