Datasnap.DSReflect.TDSMethodValues.GetValues

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetValues: TArrayOfTValue;

C++

TArrayOfTValue __fastcall GetValues();

Description

Returns the internally stored values of the parameters.

See Also