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