Data.DB.TFMTBCDField.SetAsCurrency

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsCurrency(Value: Currency); override;

C++

virtual void __fastcall SetAsCurrency(System::Currency Value);

Properties

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

Description

Sets the value of the field with the given Currency value.

SetAsCurrency sets the field's value with Value converted to BCD.

See Also