mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 21:32:42 +02:00
docs: Added TFlowPanel.
git-svn-id: trunk@50488 -
This commit is contained in:
parent
a3f975454d
commit
02d05f9cfd
@ -6038,6 +6038,17 @@ 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>
|
||||
</descr>
|
||||
</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>
|
||||
</element><element name="TFlowPanelControl.WrapAfter"><short>Determines the wrap policy after this control.</short><descr>Valid only if <link id="#LCLBase.TCustomFlowPanel.AutoWrap">TFlowPanel.AutoWrap</link> = True.</descr>
|
||||
</element><element name="TCustomFlowPanel"><short>The base class for <link id="#LCLBase.extctrls.TFlowPanel">TFlowPanel</link>
|
||||
</short>
|
||||
</element>
|
||||
</module>
|
||||
<!-- ExtCtrls -->
|
||||
</package>
|
||||
|
Loading…
Reference in New Issue
Block a user