mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 06:09:30 +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>
|
||||
</element>
|
||||
|
||||
<!-- Modified in 43d7f203. -->
|
||||
|
||||
<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/>
|
||||
<version>
|
||||
Modified in LCL 2.4 to be an alias to TCloseAction in System.UITypes for FPC
|
||||
3.3.0 or higher.
|
||||
</version>
|
||||
<seealso>
|
||||
<link id="TCustomForm.OnClose">TCustomForm.OnClose</link>
|
||||
<!--
|
||||
Uncomment when the topic exists in RTL documentation.
|
||||
<link id="#rtl.system.uitypes.TCloseAction">TCloseAction</link>
|
||||
-->
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TCloseAction.caNone">
|
||||
@ -222,6 +234,56 @@ option.
|
||||
<short>The form is minimized.</short>
|
||||
</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">
|
||||
<short>
|
||||
Represents a standard action used to get a Hint value.
|
||||
|
Loading…
Reference in New Issue
Block a user