mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 02:19:15 +02:00
Docs: LCL/dialogs. Fixes code examples.
This commit is contained in:
parent
50a38fbe02
commit
4b417c1ae9
@ -7598,7 +7598,7 @@ begin
|
|||||||
VerificationText := 'I agree to everything.';
|
VerificationText := 'I agree to everything.';
|
||||||
|
|
||||||
FooterIcon := tdiWarning;
|
FooterIcon := tdiWarning;
|
||||||
FooterText.Text := 'This is your <a href="#terminus">final</a> warning.';
|
FooterText := 'This is your <a href="#terminus">final</a> warning.';
|
||||||
|
|
||||||
Flags := [tfEnableHyperlinks, tfAllowDialogCancellation,
|
Flags := [tfEnableHyperlinks, tfAllowDialogCancellation,
|
||||||
tfExpandedByDefault, tfVerificationFlagChecked];
|
tfExpandedByDefault, tfVerificationFlagChecked];
|
||||||
|
Loading…
Reference in New Issue
Block a user