[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TFlowPanelControlList.Items

Provides indexed access to controls stored in the container.

Declaration

Source position: extctrls.pp line 1302

public property TFlowPanelControlList.Items[Index: Integer] : TFlowPanelControl
  read GetItem
  write SetItem;
  default;

Description

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.

See also

TFlowPanelControl

  

Implements a collection item for the TFlowPanelControlList collection.

TFlowPanelControlList.Add

  

Adds a TFlowPanelControl instance to the owned collection.

TFlowPanelControlList.AddControl

  

Adds the specified control to the Items for the collection.

TFlowPanelControlList.RemoveControl

  

Removes the collection item with the specified control.


Version 4.0 Generated 2025-05-03 Home