mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 17:27:23 +02:00
lcl: docs: fixed some links
git-svn-id: trunk@37853 -
This commit is contained in:
parent
8ee459d460
commit
b08e12984d
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<fpdoc-descriptions>
|
||||
<package name="LCL">
|
||||
<package name="lcl">
|
||||
<module name="Buttons">
|
||||
<short>Defines several specialist button classes</short>
|
||||
<descr/>
|
||||
@ -640,7 +640,7 @@ bkYesToAll
|
||||
<short>Indicates the policy for showing or hiding the glyph image of this button</short>
|
||||
<descr/>
|
||||
<seealso>
|
||||
<link id="#LCL.Forms.Menus.TGlyphShowMode"/>
|
||||
<link id="#LCL.Menus.TGlyphShowMode"/>
|
||||
<link id="#LCL.Forms.TApplication.ShowMenuGlyphs"/>
|
||||
</seealso>
|
||||
</element>
|
||||
|
@ -7553,9 +7553,9 @@ dmFindTarget: find child control under the mouse
|
||||
</element>
|
||||
<!-- property Visibility: protected -->
|
||||
<element name="TControl.AccessibleRole">
|
||||
<short>The accessible role of the control which classifies what kind of object this is. See TLazAccessibleRole for a list of possible values</short>
|
||||
<short>The accessible role of the control which classifies what kind of object this is. See TLazAccessibilityRole for a list of possible values</short>
|
||||
<seealso>
|
||||
<link id="TLazAccessibleRole"/>
|
||||
<link id="TLazAccessibilityRole"/>
|
||||
<link id="TLazAccessibleObject.AccessibleRole"/>
|
||||
</seealso>
|
||||
</element>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0"?>
|
||||
<fpdoc-descriptions>
|
||||
<package name="lcl">
|
||||
<!--
|
||||
@ -8477,7 +8477,7 @@
|
||||
<descr>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="#LCL.Forms.Menus.TGlyphShowMode"/>
|
||||
<link id="#LCL.Menus.TGlyphShowMode"/>
|
||||
</seealso>
|
||||
<notes><note>?</note>
|
||||
</notes>
|
||||
@ -9248,15 +9248,15 @@
|
||||
</element>
|
||||
<!-- variable Visibility: default -->
|
||||
<element name="RequireDerivedFormResource">
|
||||
<short>When True every form must have a resource</short>
|
||||
<short>When True every form must have a resource. An exception is raised if the resource is missing when creating a form.</short>
|
||||
<descr>The form resource is the lfm file compiled into the executable of your application. For this flag it does not matter if it was compiled via an lrs file or via fpcres. The resource is automatically loaded by TForm and therfore any descendant when it is created via Create(Owner). If the resource is missing there is something wrong with either a resource or the unit which contains the faulty form. If the flag is false you will see a blank form and probably search a long time what is wrong. If you set this flag to true you get an exception.
|
||||
|
||||
For creating forms without resources you have 3 options:
|
||||
<ul><li>Create a TForm class (not a descendant)</li><li>Construct your form using the CreateNew() constructor.</li><li>It is also possible to disable the exception by setting the global variable RequireDerivedFormResource to False. </li>
|
||||
</ul>
|
||||
|
||||
History:</br>
|
||||
Before 0.9.31 there was no exception. Therefore some resourceless forms might use the standard constructor Create(Owner) and will now get exceptions. This change is Delphi compatible and compatible with TFrame and TDataModule components.</descr>
|
||||
History:<br/>
|
||||
Before 0.9.31 there was no exception. Therefore some resourceless forms might use the standard constructor Create(Owner) and will now get exceptions. This change is Delphi compatible and compatible with TFrame and TDataModule components.
|
||||
</descr>
|
||||
<seealso>
|
||||
</seealso>
|
||||
<notes><note>?</note>
|
||||
|
Loading…
Reference in New Issue
Block a user