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