Vcl.Controls.TForEachZoneProc
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 は内部型です。