Table of Contents

TTMSFNCUtils.URLEncode Method

Encodes a plain string into a percent-encoded URL-safe string.

API unit family: TMSFNCUtils Declaring type: TTMSFNCUtils

Syntax

class function URLEncode(const AURL: string): string;

Parameters

Name Description
AURL String to encode.

Returns

The percent-encoded string.