Skip to main content

TdxBackground.DoApply Method

Generates the OnApply event.

Declaration

procedure DoApply; dynamic;

Remarks

The DoApply method is called when a user applies TdxBackground object properties to report pages; i.e. when a user presses the ‘Apply‘ button in the Fill Effects dialog. By default, it performs no action and only generates the OnApply event. Descendants can override the DoApply method to perform specific actions before/after generating the OnApply event.

See Also