Class TBreakCollection

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TBreakCollection = class(TCollection)

Description

Hierarchy

Overview

Fields

Private FOnChange: TNotifyEvent;

Methods

Private function GetItem(Index: Integer): TBreakPosition;
Private procedure SetItem(Index: Integer; const Value: TBreakPosition);
Protected procedure Update(Item: TCollectionItem); override;
Public constructor Create;
Public function Add: TBreakPosition;
Public procedure Sort;

Properties

Protected property OnChange: TNotifyEvent read FOnChange write FOnChange;
Public property Items[Index:Integer]: TBreakPosition read GetItem write SetItem;

Description

Fields

Private FOnChange: TNotifyEvent;
 

Methods

Private function GetItem(Index: Integer): TBreakPosition;
 
Private procedure SetItem(Index: Integer; const Value: TBreakPosition);
 
Protected procedure Update(Item: TCollectionItem); override;
 
Public constructor Create;
 
Public function Add: TBreakPosition;
 
Public procedure Sort;
 

Properties

Protected property OnChange: TNotifyEvent read FOnChange write FOnChange;
 
Public property Items[Index:Integer]: TBreakPosition read GetItem write SetItem;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:59