Vcl.DBCtrls.TDBNavigator.Flat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Flat: Boolean read FFlat write SetFlat default False;

C++

__property bool Flat = {read=FFlat, write=SetFlat, default=0};

Properties

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

Description

Determines whether the buttons of the navigator have a three-dimensional (3-D) look with borders or two-dimensional look without borders.

When Flat is true, the navigator buttons appear flat and do not have borders separating them. When Flat is false, the buttons are clearly defined.