Vcl.DBCtrls.TDBLookupComboBox.ParentCtl3D

From RAD Studio API Documentation

Delphi

property ParentCtl3D: Boolean read FParentCtl3D write SetParentCtl3D default 1;

C++

__property ParentCtl3D = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBLookupComboBox

Description

Determines where a component looks to determine whether it should have a three-dimensional look. {{#multireplace:Vcl.DBCtrls.TDBLookupComboBox.ParentCtl3D|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TWinControl.ParentCtl3D|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TWinControl.ParentCtl3D|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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