Vcl.Controls.TForEachZoneProc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TForEachZoneProc = procedure(Zone: TDockZone) of object;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Beschreibung

TForEachZoneProc wird intern verwendet.

TForEachZoneProc ist ein Methodentyp, der beim Aufzählen von TDockZone-Objekten verwendet wird.

TForEachZoneProc ist ein interner Typ.

Siehe auch