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

NewObjectStorage

Declaration

Source position: _crw_dynar.pas line 98

function NewObjectStorage(

  aOwnsObjects: Boolean = True;

  aCapacity: LongInt = DefaultTObjectStorageCapacity;

  aStep: LongInt = DefaultTObjectStorageStep

):TObjectStorage;