Class TExContainerType
Unit
rjExInteger2List
Declaration
type TExContainerType = class(TIntegerBase04List
)
Description
Base class for TInteger2List
.Hierarchy
TIntegerBase04List
> TIntegerList
> TExContainerType
> TBase04List
> TExList
> TExContainer
> TErrorObject
Fields
None.
Methods
Overview
Description
function ExistAllNumber2s(const ANumber2s: array of TExNumber2Type): Boolean; |
Returns True
if all of the ANumber2s
in the array exist in the Items' Number2 Elements of the container, otherwise returns False
. Comparison starts with the first Item.
function ExistAnyNumber2s(const ANumber2s: array of TExNumber2Type): Boolean; |
Returns True
if at least one of the ANumber2s
in the array exists in the Items' Number2 Elements of the container, otherwise returns False
. Comparison starts with the first Item.
function ExistsBackFromNumber2(const Item: Pointer; const Number2: TExNumber2Type): Boolean; |
Returns True if ANumber2
exists among the Items' Number2 Elements of the container, otherwise returns False. Comparison starts with the last Item.
function ExistsFromNumber2(const Item: Pointer; const Number2: TExNumber2Type): Boolean; |
Returns True if ANumber2
exists among the Items' Number2 Elements of the container, otherwise returns False. Comparison starts with the first Item.
Returns the Number2 Element of the first Item in the container.
Returns the Number2 Element of the last Item in the container.
Returns the Number2 Element of the Item pointed to by Item
.
function InsertNumber2After(const Item: Pointer; const Number2: TExNumber2Type): Pointer; |
function InsertNumber2Before(const Item: Pointer; const Number2: TExNumber2Type): Pointer; |
Removes all Items whose Number2 Element is the same as ANumber2
from the container.
Removes all Items whose Number2 Element is the same as ANumber2
from the container starting at the last Item.
Stores Number2
to the Number2 Element of the first Item in the container.
Stores Number2
to the Number2 Element of the last Item in the container.
procedure SetNumber2(const Item: Pointer; const Number2: TExNumber2Type); |
Stores Number2
to the Number2 Element of the Item pointed to by Item
.
Sorts all Items in the container by their Number2 Element in ascending order.
procedure SortByNumber2Desc; |
Sorts all Items in the container by their Number Element2 in descending order.
Properties
Overview
Description
Reads or modifies the Number2 Element of the first Item in the container.
Reads or modifies the Number2 Element of the last Item in the container.
Reads or writes the Number2 Element of the Item pointed to by Item
.
rjExContainer Library Version 0.1
Copyright Ralf Junker 2000-2001
http://www.zeitungsjunge.de/delphi/