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