Vcl.WinXPanels.TStackPanel.ControlCollection
Delphi
property ControlCollection;
C++
__property ControlCollection;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.WinXPanels.pas Vcl.WinXPanels.hpp |
Vcl.WinXPanels | TStackPanel |
Description
Accesses the individual control items that hold the horizontal and vertical positioning values for each control dropped onto a stack panel.
Vcl.WinXPanels.TStackPanel.ControlCollection inherits from Vcl.WinXPanels.TCustomStackPanel.ControlCollection. All content below this line refers to Vcl.WinXPanels.TCustomStackPanel.ControlCollection. Accesses the individual control items that hold the horizontal and vertical positioning values for each control dropped onto a stack panel.
This property is published in the TStackPanel class so that the custom selection editor can be registered with the development environment. However, the selection editor removes the ControlCollection property from the list of properties that appear in the Object Inspector.