RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvContext.SetParamPointer Method

Sets the value of a specified parameter.

Pascal
procedure SetParamPointer(Param: Integer; P: Pointer);
C++
__fastcall SetParamPointer(int Param, void * P);

SetParamPointer associates a pointer with a specified parameter. 

Param identifies the parameter whose value is to be set, where 0 specifies the first parameter, 1 specifies the second parameter, and so on. 

P is a pointer to the value of the parameter. Memory to contain the value of P can be allocated using the AllocData method. 

 

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