RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.IsCustomProperty Method

Indicates whether an interface for the ActiveX control is a custom property.

Pascal
function IsCustomProperty(DispID: Integer): Boolean;
C++
__fastcall Boolean IsCustomProperty(int DispID);

Use IsCustomProperty to determine whether an interface for the ActiveX control is a custom property. 

DispID is the identifier for the interface. For more information, search the OLE.HLP file for DISPID. 

IsCustomProperty returns true if an interface is a custom property; otherwise, IsCustomProperty returns false. 

 

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