mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 09:50:31 +02:00
Docs: LCL/dialogs. Adds the TTaskDialogFlag.tfEmulateClassicStyle topic for changes in 57c8514e
.
This commit is contained in:
parent
57c8514e04
commit
0d6994f5c4
@ -4808,6 +4808,9 @@ Causes the current page only to be printed.
|
||||
TTaskDialogFlag values are stored in the TTaskDialogFlags type, as used in
|
||||
the TCustomTaskDialog.Flags property.
|
||||
</descr>
|
||||
<version>
|
||||
Modified in LCL 2.4.0 to include tfEmulateClassicStyle in the enumeration.
|
||||
</version>
|
||||
<seealso>
|
||||
<link id="TTaskDialogFlags"/>
|
||||
<link id="TCustomTaskDialog.Flags"/>
|
||||
@ -4888,6 +4891,12 @@ Form position will be poOwnerFormCenter, instead of poScreenCenter.
|
||||
<element name="TTaskDialogFlag.tfForceNonNative">
|
||||
<short>Forces use of an emulated task dialog form.</short>
|
||||
</element>
|
||||
<element name="TTaskDialogFlag.tfEmulateClassicStyle">
|
||||
<short>
|
||||
Used to enforce conformity in the visual appearance of a dialog in an
|
||||
application which is not using a theme.
|
||||
</short>
|
||||
</element>
|
||||
|
||||
<element name="TTaskDialogFlags">
|
||||
<short>
|
||||
|
Loading…
Reference in New Issue
Block a user