Data.DB.TBinaryField.SetAsString

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetAsString(const Value: string); override;

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TBinaryField

説明

バイナリ フィールドの値を、指定された stringValue で設定します。

SetAsAnsiString メソッドは、 バイナリ フィールドの値を、string 型で渡された Value に従って設定します。

関連項目