Data.DB.TField.SetDataType

提供:RAD Studio API Documentation

Delphi

procedure SetDataType(Value: TFieldType); inline;

C++

void __fastcall SetDataType(TFieldType Value);

プロパティ

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

説明

フィールドのコンテンツのデータ型を設定します。

SetDataType は、フィールドのコンテンツのデータ型を設定するために使用されます。フィールドのデータ型は、TFieldTypeValue パラメータを介して渡されます。

関連項目