Vcl.ShadowWnd.TShadowWindow.Control

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Control: TControl read FControl write SetControl;

C++

__property Vcl::Controls::TControl* Control = {read=FControl, write=SetControl};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ShadowWnd.pas
Vcl.ShadowWnd.hpp
Vcl.ShadowWnd TShadowWindow

Description

Specifies the control to which the TShadowWindow object will be bound.

Use the Control property to read or change the control to which the shadow object is bound.

See Also