Datasnap.DSReflect.TDSMethodValues.GetValues

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValues: TArrayOfTValue;

C++

TArrayOfTValue __fastcall GetValues();

Properties

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

Description

Returns the internally stored values of the parameters.

See Also