[Overview][Types][Classes][Procedures and functions][Index] |
Indicates whether the action is supported for the specified target.
Source position: stdactns.pas line 139
public function TCommonDialogAction.Handlestarget( |
Target: TObject |
):Boolean; override; |
Target |
|
Not used in TCommonDialogAction. A descendent class must implement GetDialogClass to determine the target. |
False if a dialog instance has not been assigned for the action.
Since a class type is not available from GetDialogClass, the return value is always False in TCommonDialogAction. In a descendent class, the return value is True if the internal TCommonDialog instance for the action has been assigned.
Version 4.0 | Generated 2025-05-03 | Home |