Data.DB.TField.LifeCycle

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

Delphi

property LifeCycle: TFieldLifeCycle read FLifeCycle write FLifeCycle;

C++

__property TFieldLifeCycle LifeCycle = {read=FLifeCycle, write=FLifeCycle, nodefault};

プロパティ

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


説明

フィールドが、自動フィールドか永続フィールドかを示します。

LifeCycle を使用すると、フィールドが動的に生成されるのか、永続的なものなのかを指定することができます。

このプロパティの値は、TFieldLifeCycle 型によって列挙されます。

関連項目