Data.DB.TNumericField.SetDisplayFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDisplayFormat(const Value: string);

C++

void __fastcall SetDisplayFormat(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TNumericField

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.

See Also