Vcl.Controls.TForEachZoneProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TForEachZoneProc = procedure(Zone: TDockZone) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Controls.pas
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