Datasnap.DSReflect.TDSMethodValues.GetOutValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetOutValue(OutValue: TDBXParameter);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect TDSMethodValues

Description

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

See Also