Data.Bind.Components.TExpressionsDir.GetEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEnumerator: TExpressionDirEnumerator;

C++

HIDESBASE TExpressionDirEnumerator* __fastcall GetEnumerator();

Properties

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

Description

Returns a TCollection enumerator.

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

Returns a TCollection enumerator.

GetEnumerator returns a TCollectionEnumerator reference, which enumerates all items in the collection.

To do so, call the TCollectionEnumerator GetCurrent method within a While MoveNext do loop.

See Also