API:Data.Bind.ObjectScope.TValueGeneratorDescription

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TValueGeneratorDescription = record

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() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope Data.Bind.ObjectScope

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !