DesignIntf.IDesignPersistent.Persistent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Persistent: TPersistent read GetPersistent;

C++

__property System::Classes::TPersistent* Persistent = {read=GetPersistent};

Properties

Type Visibility Source Unit Parent
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesignPersistent

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