Table of Contents

TTMSFNCPDFGraphicsLibOutputWriter.ReplaceString Method

Replaces all occurrences of ASearchValue with AValue in the current content stream buffer.

API unit family: TMSFNCPDFCoreLibBase Declaring type: TTMSFNCPDFGraphicsLibOutputWriter

Syntax

procedure ReplaceString(ASearchValue, AValue: String);

Parameters

Name Description
ASearchValue String to find.
AValue Replacement string.