Table of Contents

TUriSegmentStack.Create Constructor

Creates a segment stack over the given array of segments, positioned at the first segment.

Syntax

Unit: Sparkle.Uri

constructor TUriSegmentStack.Create(const ASegments: TArray<string>);

Parameters

<-> Parameter Type Description
const ASegments TArray<string> The path segments to iterate over.

See also