API:Data.DB.TMemoField.SetAsWideString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsWideString(const Value: string); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DB TMemoField

Description

Sets the value of the BLOB field with the given WideString value.

Data.DB.TMemoField.SetAsWideString inherits from Data.DB.TBlobField.SetAsWideString. All content below this line refers to Data.DB.TBlobField.SetAsWideString.

Sets the value of the BLOB field with the given WideString value.

SetAsWideString sets the value of the BLOB field with the given Unicode string.

See Also