Vcl.OleCtrls.TOleControl.ControlData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ControlData: PControlData read FControlData write FControlData;

C++

__property PControlData ControlData = {read=FControlData, write=FControlData};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TOleControl

Description

Specifies the PControlData associated with TOleControl.

Use ControlData to get or set the PControlData associated with TOleControl. The returned value is a pointer to a TControlData record, which contains all the information associated to the ActiveX control.

See Also