mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 03:01:41 +02:00
Docs: LCL/dialogs. Updates topic for DefaultPromptDialog.
This commit is contained in:
parent
f97c70817d
commit
163a3a2018
@ -4062,7 +4062,7 @@ end;
|
||||
Buttons
|
||||
</dt>
|
||||
<dd>
|
||||
Contains a pointer to an array of LongInt values which define the buttons displayed for the dialog. The values correspond to idButtonBase values defined in the LCLType unit like: idButtonOk, idButtonCancel, idButtonHelp, idButtonYes, idButtonNo, idButtonClose, idButtonAbort, idButtonRetry, idButtonIgnore, idButtonAll, idButtonYesToAll, or idButtonNoToAll. Buttons using the identifiers idButtonOpen, idButtonSave, and idButtonShield are not implemented in the current LCL version for Windows. The values for each of the buttons indicates the default icon and text for the button, as well as its modal result value.
|
||||
Contains a pointer to an array of LongInt values which define the buttons displayed for the dialog. The values correspond to idButtonBase values defined in the LCLType unit like: idButtonOk, idButtonCancel, idButtonHelp, idButtonYes, idButtonNo, idButtonClose, idButtonAbort, idButtonRetry, idButtonIgnore, idButtonAll, idButtonYesToAll, or idButtonNoToAll. Buttons using the identifiers idButtonOpen, idButtonSave, and idButtonShield are not implemented in the current LCL version. The values for each of the buttons indicates the default icon and text for the button, as well as its modal result value.
|
||||
</dd>
|
||||
<dt>
|
||||
ButtonCount
|
||||
@ -4080,7 +4080,7 @@ end;
|
||||
EscapeIndex
|
||||
</dt>
|
||||
<dd>
|
||||
Contains the ordinal position for the button clicked when the Escape is pressed during modal display of the dialog.
|
||||
Contains the ordinal position for the button clicked when the Escape key is pressed during modal display of the dialog.
|
||||
</dd>
|
||||
<dt>
|
||||
UseDefaultPos
|
||||
|
Loading…
Reference in New Issue
Block a user