DesignIntf.IProperty.HasInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasInstance(Instance: TPersistent): Boolean;

C++

virtual bool __fastcall HasInstance(System::Classes::TPersistent* Instance) = 0 ;

Properties

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

Description

Indicates whether a specified object is currently being edited by the property editor.

HasInstance returns true if the Instance parameter references one of the objects that the property editor is currently editing, false otherwise.