[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit '_crw_apptools' (#crwlib)

TForEachComponentAction

Declaration

Source position: _crw_apptools.pas line 312

type TForEachComponentAction = procedure(

  Component: TComponent;

  Index: Integer;

  var Terminate: Boolean;

  Custom: Pointer

);