RAD Studio VCL Reference
|
Indicates whether an interface for the ActiveX control is a custom property.
function IsCustomProperty(DispID: Integer): Boolean;
__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!
|