Data.DBXDelegate.TDBXDelegateWritableValue.SetAsBcd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsBcd(const Value: TBcd); override;

C++

virtual void __fastcall SetAsBcd(const Data::Fmtbcd::TBcd &Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateWritableValue

Description

Sets the value as a TBcd representation.

Data.DBXDelegate.TDBXDelegateWritableValue.SetAsBcd inherits from Data.DBXCommon.TDBXWritableValue.SetAsBcd. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetAsBcd.

Sets the value as a TBcd representation.

SetAsBcd sets the value as a TBcd representation. It applies a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.

See Also