Data.DbxDatasnap.TDBXDatasnapProperties.CommunicationIPVersion
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: Data.DbxDatasnap.pas Data.DbxDatasnap.hpp
| |
Unit: Data.DbxDatasnap | |
Parent: TDBXDatasnapProperties |
Delphi
property CommunicationIPVersion: string read GetCommunicationIPVersion write SetCommunicationIPVersion;
C++
__property System::UnicodeString CommunicationIPVersion = {read=GetCommunicationIPVersion, write=SetCommunicationIPVersion};
Description
Specifies the IP version used for communications with the DataSnap server.
The supported IP values are IPv4
(the default) and IPv6
.