Vcl.AxCtrls.TActiveForm.ActiveFormControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActiveFormControl: TActiveFormControl read FActiveFormControl;

C++

__property TActiveFormControl* ActiveFormControl = {read=FActiveFormControl};

Properties

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

Description

Pointer to the ActiveFormControl object.

Use ActiveFormControl to access the object that implements all the ActiveX interfaces for this ActiveForm. ActiveFormControl creates the TActiveForm object.