Table of Contents

TTMSFNCUtils.SubCharSet Method

Removes one character set from another.

API unit family: TMSFNCUtils Declaring type: TTMSFNCUtils

Syntax

class function SubCharSet(ACharSet1, ACharSet2: TTMSFNCUtilsCharSet): TTMSFNCUtilsCharSet;

Parameters

Name Description
ACharSet1 Source character set.
ACharSet2 Characters to remove from the source set.

Returns

Character set containing only characters from ACharSet1 that are not present in ACharSet2.