Vcl.ShadowWnd.TShadowWindow.CreateShadow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor CreateShadow(AOwner: TComponent; ControlSide: TControlSide); virtual;

Properties

Type Visibility Source Unit Parent
constructor public Vcl.ShadowWnd.pas Vcl.ShadowWnd TShadowWindow

Description

Creates and initializes a TShadowWindow instance.

The CreateShadow virtual constructor is used to create and initialize an instance of the TShadowWindow class. The ControlSide parameter specifies the sides of the control that will display shadows.

Note: Shadows can be assigned to the left side, the right side, or both sides of the control.

See Also