mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 16:10:19 +02:00
lcl: docs
git-svn-id: branches/fixes_1_4@48572 -
This commit is contained in:
parent
38eeb9e7ae
commit
92e2e1f733
@ -646,6 +646,8 @@
|
||||
<element name="TButtonPanel.AutoSize" link="#LCL.Controls.TControl.AutoSize"/>
|
||||
<element name="TButtonPanel.OnUTF8KeyPress" link="#LCL.Controls.TWinControl.OnUTF8KeyPress"/>
|
||||
<element name="TButtonPanel.Visible" link="#LCL.Controls.TControl.Visible"/>
|
||||
<element name="TCustomButtonPanel.AutoSize"><short>TCustomButtonPanel default is True</short>
|
||||
</element>
|
||||
</module>
|
||||
<!-- ButtonPanel -->
|
||||
</package>
|
||||
|
@ -18389,7 +18389,7 @@ If Images.HasOverlays then it is fetched from Images via Images.Overlay(Node.Ove
|
||||
<short>
|
||||
<var>AutoHint</var> - if True, a hint is automatically shown when mouse hovers over status bar. Default False</short>
|
||||
</element>
|
||||
<element name="TStatusBar.AutoSize" link="#LCL.Controls.TControl.AutoSize"><short>TStatusBar has AutoSize True</short>
|
||||
<element name="TStatusBar.AutoSize"><short>TStatusBar default is True</short>
|
||||
</element>
|
||||
<element name="TStatusBar.Constraints" link="#LCL.Controls.TControl.Constraints"/>
|
||||
<element name="TStatusBar.DragCursor" link="#LCL.Controls.TControl.DragCursor"/>
|
||||
|
@ -466,8 +466,8 @@
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TEditButton.AutoSize" link="#LCL.Controls.TControl.AutoSize">
|
||||
<short/>
|
||||
<element name="TEditButton.AutoSize">
|
||||
<short>TEditButton default is True</short>
|
||||
<descr/>
|
||||
<seealso/>
|
||||
</element>
|
||||
@ -2629,6 +2629,8 @@ only a file name, without path.</p>
|
||||
<remark>This may be useful if application allows user to select files from a fixed directory with a long path.</remark>
|
||||
</descr>
|
||||
</element>
|
||||
<element name="TCustomEditButton.Autosize"><short>TCustomEditBtn sets default to True</short>
|
||||
</element>
|
||||
</module>
|
||||
<!-- EditBtn -->
|
||||
</package>
|
||||
|
@ -1353,7 +1353,8 @@
|
||||
</seealso>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomComboBox.AutoSize"/>
|
||||
<element name="TCustomComboBox.AutoSize"><short>TCustomComboBox default is True</short>
|
||||
</element>
|
||||
<element name="TCustomComboBox.Canvas"/>
|
||||
<element name="TCustomComboBox.CharCase">
|
||||
<short>Indicates how text is converted during input (upper, lower, or as entered).</short>
|
||||
@ -2729,7 +2730,7 @@ Qt and Carbon have not implemented it.</descr>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomEdit.AutoSize">
|
||||
<short>Allows to adjust the control to the extent of the contained text.</short>
|
||||
<short>TCustomEdit defaults to True</short>
|
||||
<descr>
|
||||
</descr>
|
||||
<seealso>
|
||||
@ -4074,7 +4075,8 @@ Qt and Carbon have not implemented it.</descr>
|
||||
<element name="TCheckBox.Align" link="#LCL.Controls.TControl.Align"/>
|
||||
<element name="TCheckBox.AllowGrayed" link="#LCL.StdCtrls.TCustomCheckBox.AllowGrayed"/>
|
||||
<element name="TCheckBox.Anchors" link="#LCL.Controls.TControl.Anchors"/>
|
||||
<element name="TCheckBox.AutoSize" link="#LCL.Controls.TControl.AutoSize"/>
|
||||
<element name="TCheckBox.AutoSize"><short>TCheckBox default is True</short>
|
||||
</element>
|
||||
<element name="TCheckBox.BidiMode" link="#LCL.Controls.TControl.BiDiMode"/>
|
||||
<element name="TCheckBox.BorderSpacing" link="#LCL.Controls.TControl.BorderSpacing"/>
|
||||
<element name="TCheckBox.Caption" link="#LCL.Controls.TControl.Caption"/>
|
||||
@ -4235,7 +4237,8 @@ Qt and Carbon have not implemented it.</descr>
|
||||
<!-- property Visibility: published -->
|
||||
<element name="TRadioButton.Align" link="#LCL.Controls.TControl.Align"/>
|
||||
<element name="TRadioButton.Anchors" link="#LCL.Controls.TControl.Anchors"/>
|
||||
<element name="TRadioButton.AutoSize" link="#LCL.Controls.TControl.AutoSize"/>
|
||||
<element name="TRadioButton.AutoSize" link="#LCL.Controls.TControl.AutoSize"><short>TRadioButton default is True</short>
|
||||
</element>
|
||||
<element name="TRadioButton.BidiMode" link="#LCL.Controls.TControl.BiDiMode"/>
|
||||
<element name="TRadioButton.BorderSpacing" link="#LCL.Controls.TControl.BorderSpacing"/>
|
||||
<element name="TRadioButton.Caption" link="#LCL.Controls.TControl.Caption"/>
|
||||
@ -4553,7 +4556,8 @@ Qt and Carbon have not implemented it.</descr>
|
||||
<seealso><link id="TCustomLabel.Layout"/>
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TCustomLabel.AutoSize" link="#LCL.Controls.TControl.AutoSize"/>
|
||||
<element name="TCustomLabel.AutoSize" link="#LCL.Controls.TControl.AutoSize"><short>TCustomLabel default is True</short>
|
||||
</element>
|
||||
<!-- property Visibility: public -->
|
||||
<element name="TCustomLabel.Color" link="#LCL.Controls.TControl.Color"/>
|
||||
<!-- property Visibility: protected -->
|
||||
|
Loading…
Reference in New Issue
Block a user