FMX.Types.TFmxObject.EnumObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EnumObjects(const Proc: TFunc<TFmxObject, TEnumProcResult>);

C++

void __fastcall EnumObjects(const System::DelphiInterface<System::Sysutils::TFunc__2<TFmxObject*,TEnumProcResult> > Proc);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Description

Loops through the children of this object, and runs the specified procedure once per object as the first parameter in each call.

See Also