Datasnap.DSClientRest.TDSTestConnectionOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDSTestConnectionOptions = set of TDSTestConnectionOption;

C++

typedef System::Set<TDSTestConnectionOption, TDSTestConnectionOption::toNoLoginPrompt, TDSTestConnectionOption::toNoLoginPrompt> TDSTestConnectionOptions;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest Datasnap.DSClientRest

Description

Set of options to control the behavior of TDSCustomRestConnection.TestConnection.

See Also