DesignIntf.IDesignPersistent.GetPersistent
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IDesignPersistent |
Delphi
function GetPersistent: TPersistent;
C++
virtual System::Classes::TPersistent* __fastcall GetPersistent() = 0 ;
Description
Returns a TPersistent object.
Call GetPersistent to obtain the TPersistent object associated with the current instance.
GetPersistent is the getter method for the Persistent property.