TdxBackground.OnApply Event
In This Article
Occurs when applying TdxBackground object properties to a report.
#Declaration
Delphi
property OnApply: TNotifyEvent read; write;
#Remarks
You only need this event if you directly use a TdxBackground object in your application.
See Also