Table of Contents

TTMSFNCClipBoard.SetValues Method

Writes multiple values to the clipboard simultaneously using the specified format identifiers.

API unit family: TMSFNCUtils Declaring type: TTMSFNCClipBoard

Overloads

Overload 1

Writes multiple values to the clipboard simultaneously using the specified format identifiers.

class procedure SetValues(AValues: TArray<TValue>; AFormats: TArray<Cardinal>); virtual;

Parameters

Name Description
AValues Array of values to write, one per format.
AFormats Array of Windows clipboard format identifiers, parallel to AValues.

Overload 2

Writes multiple values to the clipboard simultaneously using the specified named format strings.

class procedure SetValues(AValues: TArray<TValue>; AFormats: TArray<String>); virtual;

Parameters

Name Description
AValues Array of values to write, one per format.
AFormats Array of platform clipboard format names, parallel to AValues.