ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.Actions.TJamShellBaseAction.HandlesTarget

Interface for verifying that the type and state of a target component or control are appropriate for the action.

Syntax
Pascal
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.