DesignEditors.TInstProp

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TInstProp = record
    Instance: TPersistent;
    PropInfo: PPropInfo;
  end;

C++

struct DECLSPEC_DRECORD TInstProp
{
public:
    System::Classes::TPersistent* Instance;
    System::Typinfo::TPropInfo *PropInfo;
};

Propriétés

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

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 !