Vcl.Controls.TForEachZoneProc

提供:RAD Studio API Documentation

Delphi

TForEachZoneProc = procedure(Zone: TDockZone) of object;

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

説明

TForEachZoneProc は、内部で使用されます。

TForEachZoneProc は、TDockZone オブジェクトを列挙するときに使用されるメソッド型です。

TForEachZoneProc は内部型です。

関連項目