TXDataSwaggerUIOptions.Assign Method
Copies all option values from another TXDataSwaggerUIOptions instance.
Syntax
Unit: XData.Comp.Server
procedure TXDataSwaggerUIOptions.Assign(Source: TPersistent); override;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Source | TPersistent | The options to copy the values from. When it is not a TXDataSwaggerUIOptions, the inherited behavior is applied. |