ShellBrowser Delphi Components Documentation
|
Interface for verifying that the type and state of a target component or control are appropriate for the action.
function HandlesTarget(Target: TObject): Boolean; override;
Parameters |
Description |
Target: TObject |
Interface for verifying that the type and state of a target component or control are appropriate for the action. |
Boolean: True if this action is able to handle the given target; False otherwise.