Vcl.Controls.TForEachZoneProc

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TForEachZoneProc)(TDockZone* Zone);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.Controls.hpp Vcl.Controls Vcl.Controls

Description

TForEachZoneProc is used internally.

TForEachZoneProc is a method type used when enumerating TDockZone objects.

TForEachZoneProc is an internal type.

See Also