numberedit Flat property
Return to Introduction  Previous page  Next page
Applies to
acEdit, acNumberEdit and acTreeComboBox components as subproperty of Button structure.  

Declaration
property Flat: Boolean;  

Description
The Flat property determines whether the button has a 3D border that provides a raised or lowered look.  
 
Set Flat to True to remove the raised border when the button is unselected and the lowered border when the button is clicked or selected. When Flat is True, use separate bitmaps for the different button states to provide visual feedback to the user about the button state.  

Remarks
This property available in Delphi 3 and later.