DesignIntf.IDesignPersistent.GetPersistent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPersistent: TPersistent;

C++

virtual System::Classes::TPersistent* __fastcall GetPersistent() = 0 ;

Properties

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

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.

See Also