RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl._SetTPictureProp Method

Sets a property of an ActiveX control to the specified picture object.

Pascal
procedure _SetTPictureProp(Index: Integer; Value: TPicture);
C++
__fastcall _SetTPictureProp(int Index, TPicture Value);

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

Note: _SetTPictureProp simply calls the SetTPictureProp method.
 

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