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

TForEachMdiChildAction

Declaration

Source position: _crw_apptools.pas line 305

type TForEachMdiChildAction = procedure(

  Form: TForm;

  Index: Integer;

  var Terminate: Boolean;

  Custom: Pointer

);