API:Data.Bind.ObjectScope.TValueGeneratorDescription

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

Delphi

  TValueGeneratorDescription = record
  strict private
    FClassType: TValueGeneratorClass;
    FFormatFieldName: string;
    FUnitName: string;
  public
    constructor Create(AClassType: TValueGeneratorClass; const AFormatFieldName: string = ''; const AUnitName: string = '');
    property ClassType: TValueGeneratorClass read FClassType;
    property FormatFieldName: string read FFormatFieldName;
    property UnitName: string read FUnitName;
  end;

C++

struct DECLSPEC_DRECORD TValueGeneratorDescription
{
private:
    TValueGeneratorClass FClassType;
    System::UnicodeString FFormatFieldName;
    System::UnicodeString FUnitName;
public:
    __fastcall TValueGeneratorDescription(TValueGeneratorClass AClassType, const System::UnicodeString AFormatFieldName, const System::UnicodeString AUnitName);
    __property TValueGeneratorClass ClassType = {read=FClassType};
    __property System::UnicodeString FormatFieldName = {read=FFormatFieldName};
    __property System::UnicodeString UnitName = {read=FUnitName};
    TValueGeneratorDescription() {}
};

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。