Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
idCore
type TCustomSidecarExtensionList = class(TList)
TCustomSidecarExtensionList
function Add(Item: TCustomSidecarExtension): Integer; reintroduce; virtual;
property Items[Index:Integer]: TCustomSidecarExtension read GetItem write SetItem;