[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the button item in the collection with the specified modal result value.
Source position: dialogs.pp line 668
public function TTaskDialogButtons.FindButton( |
AModalResult: TModalResult |
AModalResult |
|
Modal result value to locate in the button items for the collection. |
TTaskDialogBaseButtonItem instance with the specified modal result value.
FindButton enumerates values in the Items property to find the first button using the modal result value in AModalResult. The return value is Nil if a button using the modal result value is not found.
|
Provides indexed access to buttons defined in the collection. |
|
|
Defines the base class for a custom button displayed on a Task dialog. |
Version 4.0 | Generated 2025-05-03 | Home |