Docs: LCL/dialogs. Fixes code examples.

(cherry picked from commit 4b417c1ae9)
This commit is contained in:
dsiders 2023-08-15 01:01:12 +01:00
parent f2dea305d2
commit cf3f455f49

View File

@ -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];