DesignIntf.IDesignPersistent.Persistent
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IDesignPersistent | |
Delphi
property Persistent: TPersistent read GetPersistent;
C++
__property System::Classes::TPersistent* Persistent = {read=GetPersistent};
Description
Represents the TPersistent object associated with the current instance.
Persistent is a read-only property. The getter for this property is GetPersistent.