Data.DB.TFieldAttributes

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

Delphi

type TFieldAttributes = set of TFieldAttribute;

C++

typedef System::Set<TFieldAttribute, TFieldAttribute::faHiddenCol, TFieldAttribute::faFixed> TFieldAttributes;

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

説明

TFieldAttributes は、さまざまなフィールド属性を示す一連の TFieldAttribute です。

TFieldAttributes は、さまざまなフィールド属性を示す一連の TFieldAttribute です。 TFieldAttributes は、ベースとなるデータベース テーブルの物理フィールドの属性を記述します。

関連項目