Data.DBXDelegate.TDBXDelegateWritableValue.SetString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetString(const Value: string); override;

C++

virtual void __fastcall SetString(const System::UnicodeString Value);

Properties

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

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.

See Also