RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComObj.SetDispatchPropValue Function

Sets the value of a property on an IDispatch interface.

Pascal
procedure SetDispatchPropValue(Disp: IDispatch; DispID: Integer; const Value: OleVariant); overload;
procedure SetDispatchPropValue(Disp: IDispatch; Name: WideString; const Value: OleVariant); overload;
C++
SetDispatchPropValue(IDispatch Disp, int DispID, const OleVariant Value);
SetDispatchPropValue(IDispatch Disp, BSTR Name, const OleVariant Value);

Call SetDispatchPropValue to assign the value specified by the Value parameter to the specified property of the IDispatch interface given by the Disp parameter. The DispID parameter gives the dispatch ID of the property to set. 

 

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