Datasnap.DSReflect.TDSMethod.ParameterNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParameterNames: TDBXStringArray read GetParameterNames;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect TDSMethod

Description

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

See Also