FMX.ListView.Appearances.TRegisterAppearanceValue

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances FMX.ListView.Appearances

Description

For internal use only.

Do not use this member. It is for internal use only.