TdxCustomReportLinkOptions.RestoreDefaults Method
In This Article
Provides empty implementation to be overridden in subclasses.
#Declaration
Delphi
procedure RestoreDefaults; virtual;
#Remarks
The RestoreDefaults method can be implemented by descendants to reset all the options, which correspond to a report link, back to their default values.
See Also