Data.Bind.Components.TCustomBindingsList.GetEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEnumerator: TBindingsListEnumerator;

C++

HIDESBASE TBindingsListEnumerator* __fastcall GetEnumerator();

Properties

Type Visibility Source Unit Parent
function public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindingsList

Description

Returns a TComponent enumerator.

Data.Bind.Components.TCustomBindingsList.GetEnumerator inherits from System.Classes.TComponent.GetEnumerator. All content below this line refers to System.Classes.TComponent.GetEnumerator.

Returns a TComponent enumerator.

GetEnumerator returns a TComponentEnumerator reference, which enumerates the components contained within a specified containing component.

To process all these subcomponents, call the TComponentEnumerator GetCurrent method within a While MoveNext do loop.

See Also