RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.SetPropDisplayString Method

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

Pascal
procedure SetPropDisplayString(DispID: Integer; const Value: string);
C++
__fastcall SetPropDisplayString(int DispID, const AnsiString Value);

Use SetPropDisplayString to set 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. 

Value is the new display string for the interface. 

 

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