Class TExContainerType
Unit
rjExIntegerTree
Declaration
type TExContainerType = class(TBase04Tree
)
Description
Base class for TIntegerTree
.Hierarchy
TBase04Tree
> TExTree
> TExContainer
> TErrorObject
Fields
None.
Methods
Overview
Description
function GetFirstChildNumber(const Item: Pointer): TExNumberType; |
Returns the Number Element of the first Item in the container.
Returns the Number Element of the last Item in the container.
Returns the Number Element of the Item pointed to by Item
.
function InsertNumberAfter(const Item: Pointer; const Number: TExNumberType): Pointer; |
function InsertNumberBefore(const Item: Pointer; const Number: TExNumberType): Pointer; |
function InsertNumberChildFirst(const Item: Pointer; const Number: TExNumberType): Pointer; |
function InsertNumberChildLast(const Item: Pointer; const Number: TExNumberType): Pointer; |
function InsertNumberFirst(const Number: TExNumberType): Pointer; |
procedure SetFirstChildNumber(const Item: Pointer; const Number: TExNumberType); |
Stores Number
to the Number Element of the first Item in the container.
procedure SetLastChildNumber(const Item: Pointer; const Number: TExNumberType); |
Stores Number
to the Number Element of the last Item in the container.
procedure SetNumber(const Item: Pointer; const Number: TExNumberType); |
Stores Number
to the Number Element of the Item pointed to by Item
.
Properties
Overview
Description
Reads or modifies the Number Element of the first child of the Item pointed to by Item
.
Reads or modifies the Number Element of the first Item in the container.
Reads or modifies the Number Element of the last child of the Item pointed to by Item
.
Reads or modifies the Number Element of the last Item in the container.
Reads or writes the Number Element of the Item pointed to by Item
.
rjExContainer Library Version 0.1
Copyright Ralf Junker 2000-2001
http://www.zeitungsjunge.de/delphi/