Data.DB.TField.SetFieldProps

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

Delphi

procedure SetFieldProps(FieldDef: TFieldDef); virtual;

C++

virtual void __fastcall SetFieldProps(TFieldDef* FieldDef);

プロパティ

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


説明

フィールドのプロパティを、指定された定義を基に設定します。

SetFieldProps を使用すると、フィールドのプロパティを、FieldDef パラメータに基づいて埋めていくことができます。

関連項目