FMX.Controls.TStyleBookDesignInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TStyleBookDesignInfo = record

C++

struct DECLSPEC_DRECORD TStyleBookDesignInfo
{
public:
    System::UnicodeString ClassName;
    bool CustomStyle;
    System::UnicodeString DefaultStyleLookup;
    System::UnicodeString Name;
    System::UnicodeString StyleLookup;
    TStyledControl* Control;
    bool JustCreated;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls FMX.Controls


Description

Type d'enregistrement qui contient les informations de conception pour le Concepteur de fiches.

  • Name : nom de la classe du contrôle sélectionné.
  • CustomStyle : True quand le mode d'édition de style personnalisé est actif.
  • DefaultStyleLookup : le StyleLookup par défaut pour le contrôle sélectionné.
  • Name : nom du contrôle sélectionné.
  • StyleLookup : nom du StyleLookup pour le contrôle sélectionné.
  • Control : le contrôle sélectionné lui-même.

Voir aussi