Data.Bind.ObjectScope.TGeneratorFieldType

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

Delphi

TGeneratorFieldType = (ftString, ftInteger, ftSingle, ftBoolean,
ftBitmap, ftUInteger, ftCurrency, ftDateTime, ftTStrings, ftDate, ftTime, ftChar);

C++

enum DECLSPEC_DENUM TGeneratorFieldType : unsigned char { ftString, ftInteger, ftSingle, ftBoolean, ftBitmap, ftUInteger, ftCurrency, ftDateTime, ftTStrings, ftDate, ftTime, ftChar };

プロパティ

種類 可視性 ソース ユニット
enum public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope

説明

ジェネレータで使用するフィールドの型を列挙したものです。


TGeneratorFieldType 型の変数の取り得る値は以下のいずれかです。

項目 説明
ftString 文字列の値がフィールドに保持されます。
ftInteger 整数の値がフィールドに保持されます。
ftSingle 単精度浮動小数点の値がフィールドに保持されます。
ftBoolean 論理型の値がフィールドに保持されます。
ftBitmap ビットマップ画像である値がフィールドに保持されます。
ftUInteger 符号なし整数の値がフィールドに保持されます。
ftCurrency 通貨型の値がフィールドに保持されます。
ftDateTime 日時型の値がフィールドに保持されます。
ftTStrings TStrings 型の値がフィールドに保持されます。

関連項目