RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.GetPropDisplayString Method

Returns the display string for an interface for the ActiveX control.

Pascal
function GetPropDisplayString(DispID: Integer): string;
C++
__fastcall AnsiString GetPropDisplayString(int DispID);

GetPropDisplayString returns the display string for an interface for the ActiveX control. 

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

For more information about GetPropDisplayString, search the latest Microsoft Developer Network CD for GetDisplayStrings. 

 

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