RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IProperty.HasInstance Method

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

Pascal
function HasInstance(Instance: TPersistent): Boolean;
C++
__fastcall Boolean HasInstance(TPersistent * Instance);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!