DesignEditors.TInstProp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
record
struct
public
DesignEditors.pas
DesignEditors.hpp
DesignEditors DesignEditors

Description

Embarcadero Technologies does not currently have any additional information.