Data.DBXCommon.TDBXInt16Value.SetAsString
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXInt16Value |
Delphi
procedure SetAsString(const Value: string); override;
C++
virtual void __fastcall SetAsString(const System::UnicodeString Value);
Description
Sets the value as a UnicodeString representation.
Data.DBXCommon.TDBXInt16Value.SetAsString inherits from Data.DBXCommon.TDBXWritableValue.SetAsString. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetAsString.
Sets the value as a UnicodeString representation.
SetAsString sets the value as a UnicodeString representation, applying a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.