[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TForEachZoneProc

The type of an ForEachZone callback procedure, currently unused.

Declaration

Source position: controls.pp line 2393

type TForEachZoneProc = procedure(

  Zone: TDockZone

) of object;

Arguments

Zone

  

The iterated zone.