TdxSpreadSheetAction.HandlesTarget(TObject) Method
Identifies if the action object can execute the corresponding command for the specified Spreadsheet control.
Declaration
function HandlesTarget(Target: TObject): Boolean; override;
Parameters
| Name | Type | Description |
|---|---|---|
| Target | TObject | The target control for the action object. Pass a TdxSpreadSheet or TdxSpreadSheetReportDesigner class instance as this parameter. |
Returns
| Type | Description |
|---|---|
| Boolean | This function returns:
|
See Also