[Overview][Types][Classes][Procedures and functions][Index] |
Returns the class type for the dialog associated with this action.
Source position: stdactns.pas line 135
protected function TCommonDialogAction.GetDialogClass: TCommonDialogClass; virtual; |
Class type for the dialog associated with the dialog action.
GetDialogClass always returns Nil in TCommonDialogAction. It must be overridden in a descendent class to return the class type which is valid for the dialog action subclass.
Version 4.0 | Generated 2025-05-03 | Home |