RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInvContext.GetResultPointer Method

Returns a pointer to the return value of the method call.

Pascal
function GetResultPointer: Pointer;
C++
__fastcall void * GetResultPointer();

GetResultPointer returns a pointer to the return value of the method call. This value is assigned by a call to the SetResultPointer method. 

 

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