Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxMapControlConnectionProtocol Enum

Enumerates connection protocols available for communication with online map services.

#Declaration

Delphi
TdxMapControlConnectionProtocol = (
    cpDefault,
    cpHTTP,
    cpHTTPS
);

#Members

Name
cpDefault
cpHTTP
cpHTTPS

#Remarks

Values include:

Value Description
cpDefault The global dxMapControlDefaultConnectionProtocol constant specifies a connection protocol.
cpHTTP HTTP (Hypertext Transfer Protocol).
cpHTTPS HTTPS (Hypertext Transfer Protocol Secure, also called HTTP over TLS/SSL).

The following properties refer to this enumeration type:

See Also