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