RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.IsPropPageProperty Method

Indicates whether an interface for the OCX control is a property page property.

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

Use IsPropPageProperty to determine whether an interface for the OCX control is a property page property. 

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

IsPropPageProperty returns true if an interface is a property page property; otherwise, IsPropPageProperty returns false. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!