Vcl.WinXPanels.TCustomStackPanel.ControlCollection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ControlCollection: TStackPanelControlCollection read FControlCollection write SetControlCollection;

C++

__property TStackPanelControlCollection* ControlCollection = {read=FControlCollection, write=SetControlCollection};

Properties

Type Visibility Source Unit Parent
property public
Vcl.WinXPanels.pas
Vcl.WinXPanels.hpp
Vcl.WinXPanels TCustomStackPanel

Description

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.