Data.DB.TSingleField.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 TSingleField

Description

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

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