Data.DB.TStringField.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 TStringField

説明

フィールドの値を、指定された string の値で設定します。

SetAsString は、フィールドの値を入力 Unicode 文字列(対応する ANSI 文字列に変更される)で設定します。

関連項目