DesignIntf.IDesignPersistent.Persistent

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also