API:Vcl.NumberBox.TNumberBox.DisplayFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisplayFormat;

C++

__property DisplayFormat = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.NumberBox.pas
Vcl.NumberBox.hpp
Vcl.NumberBox TNumberBox

Description

Determines how a numeric field's value is formatted for display in a data-aware control.

Vcl.NumberBox.TNumberBox.DisplayFormat inherits from Vcl.NumberBox.TCustomNumberBox.DisplayFormat. All content below this line refers to Vcl.NumberBox.TCustomNumberBox.DisplayFormat.

Determines how a numeric field's value is formatted for display in a data-aware control.


This property shares a description with Data.DB.TNumericField.DisplayFormat. You can access it for more information on this property.


See Also