Datasnap.DSReflect.TDSMethod.ParameterNames

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ParameterNames: TDBXStringArray read GetParameterNames;

C++

__property Data::Dbxplatform::TDBXStringArray ParameterNames = {read=GetParameterNames};

Description

Is an array that contains the names of the parameters for the method described by this TDSMethod.

See Also