TdxDrawGridReportLink.InternalRestoreDefaults Method
In This Article
Restores default report settings.
#Declaration
Delphi
procedure InternalRestoreDefaults; override;
#Remarks
The InternalRestoreDefaults method is used internally to restore default report settings specific to the draw grid report link: the GridLineColor property is set to clBtnShadow and all options become enabled.
See Also