Table of Contents

TRichString.CreateWithoutCopy Method

This won't copy the values. Make sure the values are not reused.

Syntax

Unit: FlexCel.Core

class function TRichString.CreateWithoutCopy(const aValue: string; const aRTFRuns: TArray<TRTFRun>): TRichString; static; overload;

Parameters

<-> Parameter Type Description
const aValue string
const aRTFRuns TArray<TRTFRun>

See also