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

TObjectStorageForEachAction

Declaration

Source position: _crw_dynar.pas line 50

type TObjectStorageForEachAction = procedure(

  Index: LongInt;

  const aObject: TObject;

  var Terminate: Boolean;

  CustomData: Pointer

);