TdxCustomPrintingAction.ExecuteTarget(TObject) Method
In This Article
Executes a command implemented as the print action object for the specified DevExpress VCL control instance.
#Declaration
Delphi
procedure ExecuteTarget(Target: TObject); override;
#Parameters
Name | Type |
---|---|
Target | TObject |
#Remarks
A successful call to this procedure fires the OnExecute event.
See Also