docs: fixed xml

git-svn-id: branches/fixes_1_8@55168 -
This commit is contained in:
mattias 2017-06-02 20:42:21 +00:00
parent 7319a42f53
commit 98f72124f0

View File

@ -6038,10 +6038,16 @@ will copy the <var>contents</var> of the <var>Source</var> class to the
<element name="TIdleTimer.OnTimer" link="#LCL.CustomTimer.TCustomTimer.OnTimer"/>
<element name="TIdleTimer.OnStartTimer" link="#LCL.CustomTimer.TCustomTimer.OnStartTimer"/>
<element name="TIdleTimer.OnStopTimer" link="#LCL.CustomTimer.TCustomTimer.OnStopTimer"/>
<element name="TFlowPanel"><short>Container with flow layout of controls placed in it.</short><descr>Use TFloatPanel if you need a container with float layout. The Anchors and Align properties of child controls are ignored.
<p>The floating direction is determined with <link id="#LCLBase.extctrls.TCustomFlowPanel.FlowStyle">FlowStyle</link> property.</p>
<element name="TFlowPanel">
<short>Container with flow layout of controls placed in it.</short>
<descr>
<p>Use TFloatPanel if you need a container with float layout.
The Anchors and Align properties of child controls are ignored.
</p><p>The floating direction is determined with
<link id="#LCL.extctrls.TCustomFlowPanel.FlowStyle">FlowStyle</link> property.</p>
</descr>
</element><element name="TCustomFlowPanel.AutoWrap"><short>Determine if controls in TCustomFlowPanel are wrapped.</short>
</element>
<element name="TCustomFlowPanel.AutoWrap"><short>Determine if controls in TCustomFlowPanel are wrapped.</short>
</element><element name="TCustomFlowPanel.ControlList"><short>Use ControlList to set extra options of flow panel controls.</short>
</element><element name="TCustomFlowPanel.FlowStyle"><short>Use FlowStyle to determine the flow direction of the flow panel layout.</short>
</element><element name="TFlowPanelControl.Control"><short>The associated control to the flow panel control item.</short><descr>Don't set the Control property manually. It is used iternally by the designer.</descr>