TXDataRouteSegment.Create Constructor
Creates a route segment from its text.
Syntax
Unit: XData.Model.Classes
constructor TXDataRouteSegment.Create(const AValue: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AValue | string | The text of the segment. A text between braces, like {id}, defines a parameter segment. |