RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.SetTColorProp Method

Sets a property of an ActiveX control to the specified color.

Pascal
procedure SetTColorProp(Index: Integer; Value: TColor);
C++
__fastcall SetTColorProp(int Index, TColor Value);

Use SetTColorProp to set a property of an ActiveX control to the specified color. The Index parameter specifies the dispid of the property being set. The Value parameter contains the set color. 

 

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