[Overview][Types][Classes][Procedures and functions][Index] |
Provides indexed access to controls stored in the container.
Source position: extctrls.pp line 1302
public property TFlowPanelControlList.Items[Index: Integer] : TFlowPanelControl |
Items is an indexed TFlowPanelControl property which provides access to the flow panel controls in the container. Items is the default property for the collection.
Use the Add or the AddControl method to add a flow panel control to the collection.
Use RemoveControl to remove a flow panel control from the collection.
|
Implements a collection item for the TFlowPanelControlList collection. |
|
|
Adds a TFlowPanelControl instance to the owned collection. |
|
|
Adds the specified control to the Items for the collection. |
|
|
Removes the collection item with the specified control. |
Version 4.0 | Generated 2025-05-03 | Home |