Data.DBXDelegate.TDBXDelegateWritableValue.SetString
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXDelegate.pas Data.DBXDelegate.hpp
| |
Unit: Data.DBXDelegate | |
Parent: TDBXDelegateWritableValue |
Delphi
procedure SetString(const Value: string); override;
C++
virtual void __fastcall SetString(const System::UnicodeString Value);
Description
Set String value for TDBXValue of type of TDBXDataTypes.UnicodeString.
Data.DBXDelegate.TDBXDelegateWritableValue.SetString inherits from Data.DBXCommon.TDBXWritableValue.SetString. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetString.
Set String value for TDBXValue of type of TDBXDataTypes.UnicodeString.
SetString sets the String value for TDBXValue instance with a TDBXDataTypes type of TDBXDataTypes.UnicodeString.