mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-07 01:46:05 +02:00
Docs: LCL/forms. Adds, updates topics for aliases to System.UITypes. Changes in 43d7f203
.
This commit is contained in:
parent
967e4ee615
commit
db360c7ede
@ -202,11 +202,23 @@ option.
|
|||||||
</short>
|
</short>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
|
<!-- Modified in 43d7f203. -->
|
||||||
|
|
||||||
<element name="TCloseAction">
|
<element name="TCloseAction">
|
||||||
<short>What should happen when a form is closed.</short>
|
<short>
|
||||||
|
Represents actions that can occur when a form is closed.
|
||||||
|
</short>
|
||||||
<descr/>
|
<descr/>
|
||||||
|
<version>
|
||||||
|
Modified in LCL 2.4 to be an alias to TCloseAction in System.UITypes for FPC
|
||||||
|
3.3.0 or higher.
|
||||||
|
</version>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="TCustomForm.OnClose">TCustomForm.OnClose</link>
|
<link id="TCustomForm.OnClose">TCustomForm.OnClose</link>
|
||||||
|
<!--
|
||||||
|
Uncomment when the topic exists in RTL documentation.
|
||||||
|
<link id="#rtl.system.uitypes.TCloseAction">TCloseAction</link>
|
||||||
|
-->
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
<element name="TCloseAction.caNone">
|
<element name="TCloseAction.caNone">
|
||||||
@ -222,6 +234,56 @@ option.
|
|||||||
<short>The form is minimized.</short>
|
<short>The form is minimized.</short>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
|
<!-- Added in 43d7f203. -->
|
||||||
|
|
||||||
|
<element name="caNone">
|
||||||
|
<short>
|
||||||
|
Represents the caNone enumeration value in TCloseAction.
|
||||||
|
</short>
|
||||||
|
<descr/>
|
||||||
|
<version>
|
||||||
|
Added in LCL 2.4 as an alias to the constant in SystemUITypes for FPC 3.3.0 or
|
||||||
|
higher.
|
||||||
|
</version>
|
||||||
|
<seealso/>
|
||||||
|
</element>
|
||||||
|
|
||||||
|
<element name="caHide">
|
||||||
|
<short>
|
||||||
|
Represents the caHide enumeration value in TCloseAction.
|
||||||
|
</short>
|
||||||
|
<descr/>
|
||||||
|
<version>
|
||||||
|
Added in LCL 2.4 as an alias to the constant in SystemUITypes for FPC 3.3.0 or
|
||||||
|
higher.
|
||||||
|
</version>
|
||||||
|
<seealso/>
|
||||||
|
</element>
|
||||||
|
|
||||||
|
<element name="caFree">
|
||||||
|
<short>
|
||||||
|
Represents the caFree enumeration value in TCloseAction.
|
||||||
|
</short>
|
||||||
|
<descr/>
|
||||||
|
<version>
|
||||||
|
Added in LCL 2.4 as an alias to the constant in SystemUITypes for FPC 3.3.0 or
|
||||||
|
higher.
|
||||||
|
</version>
|
||||||
|
<seealso/>
|
||||||
|
</element>
|
||||||
|
|
||||||
|
<element name="caMinimize">
|
||||||
|
<short>
|
||||||
|
Represents the caMinimize enumeration value in TCloseAction.
|
||||||
|
</short>
|
||||||
|
<descr/>
|
||||||
|
<version>
|
||||||
|
Added in LCL 2.4 as an alias to the constant in SystemUITypes for FPC 3.3.0 or
|
||||||
|
higher.
|
||||||
|
</version>
|
||||||
|
<seealso/>
|
||||||
|
</element>
|
||||||
|
|
||||||
<element name="TCustomHintAction">
|
<element name="TCustomHintAction">
|
||||||
<short>
|
<short>
|
||||||
Represents a standard action used to get a Hint value.
|
Represents a standard action used to get a Hint value.
|
||||||
|
Loading…
Reference in New Issue
Block a user