mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 10:56:06 +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.';
|
||||
|
||||
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,
|
||||
tfExpandedByDefault, tfVerificationFlagChecked];
|
||||
|
Loading…
Reference in New Issue
Block a user