Vcl.DBCtrls.TPaintControl.Ctl3DButton

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Ctl3DButton: Boolean read FCtl3dButton write SetCtl3dButton;

C++

__property bool Ctl3DButton = {read=FCtl3dButton, write=SetCtl3DButton, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TPaintControl

Description

Determines whether the control has a three-dimensional look.

Ctl3DButton is provided for backward compatibility. It has no effect on 32-bit Windows and NT 4.0 and later.

Ctl3DButton controlled whether the data-aware control had beveled borders, and required Ctl3d32.dll to be installed in the System 32 directory.