Vcl.Controls.TWinControl.ParentCtl3D

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParentCtl3D: Boolean read FParentCtl3D write SetParentCtl3D default True;

C++

__property bool ParentCtl3D = {read=FParentCtl3D, write=SetParentCtl3D, default=1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

Determines where a component looks to determine whether it should have a three-dimensional look.

ParentCtl3D is provided for backwards compatibility. It has no effect on 32-bit versions of Windows or NT 4.0 and later.

ParentCtl3D determines whether the control uses its parent's Ctl3D property.

See Also