[Overview][Constants][Types][Classes][Index] Reference for unit 'acceleratorsresource' (#fcl-res)

TAcceleratorsResource.Items

Indexed array of accelerators in the table

Declaration

Source position: acceleratorsresource.pp line 69

public property TAcceleratorsResource.Items[index: Integer] : TAccelerator
  read GetItem
  write SetItem;
  default;

Description

This property can be used to access all accelerators in the object.

Remark: This array is 0-based: valid elements range from 0 to Count-1.
Remark: If you need to access RawData after you added, deleted or modified accelerators, be sure to call UpdateRawData first. This isn't needed however when resource is written to a stream, since TResources takes care of it.

See also

TAcceleratorsResource.Count

  

The number of accelerators in the table

TAccelerator

  

A single accelerator entry


Documentation generated on: May 14 2021