Add(TdxSpreadSheetCellViewInfo)
|
|
Add(Pointer)
|
Appends the specified pointer to the ordered pointer list.
|
Add(TObject)
|
|
AddRange(TdxFastList)
|
Appends the source ordered pointer list’s content to the current list.
|
Assign(TdxFastList,TListAssignOp)
|
Replaces the ordered pointer list’s content with pointers copied from the specified source.
|
Assign(TdxFastList)
|
|
Assign(TList)
|
|
CalculateHitTest(TdxSpreadSheetCustomHitTest,Boolean)
|
|
Clear
|
Clears the ordered pointer list.
|
Delete(Integer)
|
|
DeleteRange(Integer,Integer)
|
|
Draw(TcxCanvas,TdxSpreadSheetDrawingStage)
|
|
Draw(TcxCanvas)
|
|
Empty
|
Identifies whether the ordered pointer list is empty.
|
Equals(TObject)
|
|
Exchange(Integer,Integer)
|
Exchanges positions of the two specified pointers within the ordered pointer list.
|
Expand
|
Expands the ordered pointer list’s capacity by a predefined amount.
|
Extract(Pointer,TdxListDirection)
|
Removes the specified stored pointer and returns it.
|
Extract(TObject)
|
|
ExtractByIndex(Integer)
|
Returns a stored pointer by its index and removes it from the list.
|
ExtractRange(Integer,Integer)
|
|
Find(TObject,Untyped,PInteger)
|
|
First
|
|
GetHashCode
|
|
GetTList
|
Returns a new TList object populated with all pointers stored in the ordered pointer list.
|
IndexOf(Pointer,TdxListDirection)
|
Searches the specified pointer within the ordered pointer list.
|
IndexOf(TObject,TdxListDirection)
|
|
Insert(Integer,TdxFastList)
|
Inserts a pointer at the specified position within the ordered pointer list.
|
Insert(Integer,Pointer)
|
|
Insert(Integer,TObject)
|
|
InsertRange(Integer,TdxFastList)
|
Inserts the source ordered pointer list’s content into the current list at the specified position.
|
Last
|
|
Move(Integer,Integer)
|
Rearranges a stored pointer within the ordered pointer list.
|
Offset(Integer,Integer)
|
|
Pack(Pointer)
|
Removes redundant pointers from the list.
|
Remove(Pointer)
|
Removes the specified pointer from the ordered pointer list.
|
Remove(TObject)
|
|
Reverse
|
Inverts the order of pointers stored in the list.
|
RightToLeftConversion(TRect)
|
|
Sort(TCompareItems,Boolean)
|
|
Sort(TListSortCompare,Boolean)
|
Sorts the stored pointers.
|
SortList(TdxListSortCompareDelegate,Boolean)
|
|
ToString
|
|
UpdateState
|
|