mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 20:20:23 +02:00
Docs: LCL/dialogs. Fixes code examples.
(cherry picked from commit 4b417c1ae9
)
This commit is contained in:
parent
f2dea305d2
commit
cf3f455f49
@ -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