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

Description

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

The SetAsCurrency method is used to set the value of the field with the given Currency Value.

See Also