Docs: LCL/dialogs. Fixes code examples.

This commit is contained in:
dsiders 2023-08-15 01:01:12 +01:00
parent 50a38fbe02
commit 4b417c1ae9

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