AObjectArray Class

Represents type AObjectArray.

Namespace: flcDataStructs
TObject
  flcDataStructs.AType
    flcDataStructs.AArray
      flcDataStructs.AObjectArray
        flcDataStructs.TObjectArray
type
 AObjectArray = class(AArray)
 end;

The AObjectArray type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the AType class. (Inherited from AType.)

Top
Show:
 NameDescription
AsString

Represents property AsString. (Inherited from AType.)

AsUnicodeString

Represents property AsUnicodeString. (Inherited from AType.)

AsUTF8String

Represents property AsUTF8String. (Inherited from AType.)

Count

Represents property Count. (Inherited from AArray.)

IsItemOwner

Represents property IsItemOwner.

ItemAsString[Integer]

Represents property ItemAsString[Integer]. (Inherited from AArray.)

Item[Integer]

Represents property Item[Integer].

Range[Integer,Integer]

Represents property Range[Integer,Integer].

Top
Show:
 NameDescription
AppendArray(AArray)

Overloaded. Represents method AppendArray(AArray). (Overrides AArray.AppendArray(AArray).)

AppendArray(ObjectArray)

Overloaded. Represents method AppendArray(ObjectArray).

AppendItem(TObject)

Represents method AppendItem(TObject).

Assign(TObject)

Represents method Assign(TObject). (Overrides AType.Assign(TObject).)

AssignTo(TObject)

Represents method AssignTo(TObject). (Inherited from AType.)

Clear

Represents method Clear. (Overrides AArray.Clear.)

Compare(TObject)

Represents method Compare(TObject). (Overrides AType.Compare(TObject).)

CompareItems(Integer,Integer)

Represents method CompareItems(Integer,Integer). (Overrides AArray.CompareItems(Integer,Integer).)

CountItems(String)

Overloaded. Represents method CountItems(String).

CountItems(TClass)

Overloaded. Represents method CountItems(TClass).

CreateInstance

Represents method CreateInstance. (Inherited from AType.)

Delete(Integer,Integer)

Represents method Delete(Integer,Integer). (Overrides AArray.Delete(Integer,Integer).)

DeleteAll(TObject)

Represents method DeleteAll(TObject).

DeleteValue(TObject)

Represents method DeleteValue(TObject).

Duplicate

Represents method Duplicate. (Inherited from AType.)

DuplicateRange(Integer,Integer)

Represents method DuplicateRange(Integer,Integer). (Inherited from AArray.)

ExchangeItems(Integer,Integer)

Represents method ExchangeItems(Integer,Integer). (Overrides AArray.ExchangeItems(Integer,Integer).)

Find(String,Integer)

Overloaded. Represents method Find(String,Integer).

Find(TClass,Integer)

Overloaded. Represents method Find(TClass,Integer).

FindAll(String)

Overloaded. Represents method FindAll(String).

FindAll(TClass)

Overloaded. Represents method FindAll(TClass).

FreeItems

Represents method FreeItems.

GetAsString

Represents method GetAsString. (Overrides AArray.GetAsString.)

HashValue

Represents method HashValue. (Inherited from AType.)

Init

Represents method Init. (Inherited from AType.)

Insert(Integer,Integer)

Represents method Insert(Integer,Integer). (Inherited from AArray.)

IsEmpty

Represents method IsEmpty. (Inherited from AType.)

IsEqual(TObject)

Represents method IsEqual(TObject). (Overrides AType.IsEqual(TObject).)

PosNext(TObject,Integer)

Overloaded. Represents method PosNext(TObject,Integer).

PosNext(TObject,String,Integer)

Overloaded. Represents method PosNext(TObject,String,Integer).

PosNext(TObject,TClass,Integer)

Overloaded. Represents method PosNext(TObject,TClass,Integer).

RaiseIndexError(Integer)

Represents method RaiseIndexError(Integer). (Inherited from AArray.)

RaiseTypeError(String,ExceptClass)

Represents method RaiseTypeError(String,ExceptClass). (Inherited from AType.)

ReleaseItem(Integer)

Represents method ReleaseItem(Integer).

ReleaseItems

Represents method ReleaseItems.

ReleaseValue(TObject)

Represents method ReleaseValue(TObject).

RemoveDuplicates(Boolean)

Represents method RemoveDuplicates(Boolean). (Inherited from AArray.)

RemoveItem(Integer)

Represents method RemoveItem(Integer).

RemoveValue(TObject)

Represents method RemoveValue(TObject).

ReverseOrder

Represents method ReverseOrder. (Inherited from AArray.)

SetAsString(String)

Represents method SetAsString(String). (Overrides AType.SetAsString(String).)

Sort

Represents method Sort. (Inherited from AArray.)

Top