Data.DB.TNumericField.SetDisplayFormat
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TNumericField |
Delphi
procedure SetDisplayFormat(const Value: string);
C++
void __fastcall SetDisplayFormat(const System::UnicodeString Value);
Description
Alters the way numerical data is displayed in a field.
The SetDisplayFormat method alters the way numerical data is displayed in a field. The Value string parameter gives the new display format.
SetDisplayFormat is the protected setter implementation for the DisplayFormat property.