Description | Hierarchy | Fields | Methods | Properties |
type TBreakCollection = class(TCollection)
![]() |
FOnChange: TNotifyEvent; |
![]() |
function GetItem(Index: Integer): TBreakPosition; |
![]() |
procedure SetItem(Index: Integer; const Value: TBreakPosition); |
![]() |
procedure Update(Item: TCollectionItem); override; |
![]() |
constructor Create; |
![]() |
function Add: TBreakPosition; |
![]() |
procedure Sort; |
![]() |
property OnChange: TNotifyEvent read FOnChange write FOnChange; |
![]() |
property Items[Index:Integer]: TBreakPosition read GetItem
write SetItem; |
![]() |
FOnChange: TNotifyEvent; |
![]() |
function GetItem(Index: Integer): TBreakPosition; |
![]() |
procedure SetItem(Index: Integer; const Value: TBreakPosition); |
![]() |
procedure Update(Item: TCollectionItem); override; |
![]() |
constructor Create; |
![]() |
function Add: TBreakPosition; |
![]() |
procedure Sort; |
![]() |
property OnChange: TNotifyEvent read FOnChange write FOnChange; |
![]() |
property Items[Index:Integer]: TBreakPosition read GetItem
write SetItem; |