Data.DB.TExtendedField.currency

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property currency: Boolean read FCurrency write SetCurrency default False;

C++

__property bool currency = {read=FCurrency, write=SetCurrency, default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.DB.pas
Data.DB.hpp
Data.DB TExtendedField

Description

Indicates whether the field's value should be represented as a currency value in a string.

Use currency to control the string representation of the field's value.