[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Lowest index value for a button identifier used on a task dialog instance.
Source position: dialogs.pp line 881
const TaskDialogFirstButtonIndex = 100; |
TaskDialogFirstButtonIndex is a constant which sets the lowest value for a button identifier used on a task dialog instance. The value is used to assign the modal result value for a new button when its identifier is added to the Buttons collection in TTaskDialog.
Added in LCL version 4.0.
|
Collection with the buttons for the Task dialog. |
|
|
Gets the modal result value for the button with the specified identifier. |
|
|
Modal result value returned when the button is clicked. |
|
|
Constructor for the class instance. |
|
|
Lowest index value for a radio button used on a TTaskDialog instance. |
|
Version 4.0 | Generated 2025-05-03 | Home |