System.Tether.Manager.TTetheringCommand.Parameters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Parameters: TArray<string> read FParameters;

C++

__property System::DynamicArray<System::UnicodeString> Parameters = {read=FParameters};

Properties

Type Visibility Source Unit Parent
property public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringCommand

Description

Array of strings that are parameters for the command.

See Also