FMX.ListView.Appearances.TRegisterAppearanceValue

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

Delphi

  TRegisterAppearanceValue = record
    Name: string;
    UnitName: string;
    Options: TRegisterAppearanceOptions;
    constructor Create(const AName: string; AOptions: TRegisterAppearanceOptions; const AUnitName: string);
  end;

C++

struct DECLSPEC_DRECORD TRegisterAppearanceValue
{
public:
    System::UnicodeString Name;
    System::UnicodeString UnitName;
    TRegisterAppearanceOptions Options;
    __fastcall TRegisterAppearanceValue(const System::UnicodeString AName, TRegisterAppearanceOptions AOptions, const System::UnicodeString AUnitName);
    TRegisterAppearanceValue() {}
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances FMX.ListView.Appearances


説明

内部使用専用です。

このメンバーは使用しないでください。これは内部使用専用のものです。