Learn About DelphiVCL.Application.ComponentCount
June 6, 2021
The ComponentCount property or DelphiVCL.Application.ComponentCount is used to indicate the number of components owned by the component.
Use the ComponentCount property to determine the number of components owned by a component, for example, when iterating through the components list to perform an action on all owned components. The ComponentCount property equals the number of items in the…