Datasnap.DSReflect.TDSMethodValues.GetOutValue

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Unit: Datasnap.DSReflect
Parent: TDSMethodValues

Delphi

procedure GetOutValue(OutValue: TDBXParameter);

C++

void __fastcall GetOutValue(Data::Dbxcommon::TDBXParameter* OutValue);

Description

Updates the value of OutValue to the value of the parameter located at the Ordinal position in the internal array.

See Also