FMX.Controls.TEnumControlsRef

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TEnumControlsRef = reference to procedure(const AControl: TControl; var Done: boolean);

C++

__interface TEnumControlsRef  : public System::IInterface

Properties

Type Visibility Source Unit Parent
anonMethod
class
public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls FMX.Controls

Description

Warning: TEnumControlsRef is deprecated. Please use TFunc<TControl, TEnumControlsResult>.

See Also