Add(TcxResourceStringID,TdxSpreadSheetFunction,TdxSpreadSheetFunctionParamInfo,TdxSpreadSheetFunctionResultKind,Word,TdxSpreadSheetFunctionType,TcxResourceStringID,Integer,Boolean)
|
Adds a new function signature to the spreadsheet function repository.
|
Add(Pointer)
|
|
AddUnknown(string,TdxSpreadSheetFunctionType)
|
Saves an “unknown” function name token as an unimplemented function signature in the spreadsheet function repository.
|
Assign(TList,TListAssignOp,TList)
|
|
Clear
|
Clears the list.
|
Delete(Integer)
|
|
Equals(TObject)
|
|
Error(PResStringRec,NativeInt)
|
|
Error(String,NativeInt)
|
|
Exchange(Integer,Integer)
|
|
Expand
|
|
Extract(Pointer)
|
|
ExtractItem(Pointer,TDirection)
|
|
First
|
|
FreeAndDelete(Integer)
|
Destroys a stored item by its index in the list.
|
FreeAndRemove(TObject)
|
Removes the specified item from the list and destroys it.
|
GetHashCode
|
|
GetInfoByID(Integer)
|
Provides access to the first occurrence of a registered function signature with the specified XLS token.
|
GetInfoByName(PChar,Integer)
|
Provides access to an individual registered function signature by its public name.
|
GetInfoByName(string)
|
|
HasFunctions(TdxSpreadSheetFunctionType)
|
Identifies whether the repository contains at least one implemented function that belongs to the specified category.
|
IndexOf(Pointer)
|
|
IndexOfItem(Pointer,TDirection)
|
|
Insert(Integer,Pointer)
|
|
Last
|
|
Move(Integer,Integer)
|
|
Pack
|
|
Remove(TcxResourceStringID)
|
Removes a function signature from the repository by a specified public name.
|
Remove(Pointer)
|
|
RemoveItem(Pointer,TDirection)
|
|
Sort(TListSortCompare)
|
|
SortList(TListSortCompareFunc)
|
|
ToString
|
|
TranslationChanged(TdxSpreadSheetFormatSettings)
|
Updates format settings for the spreadsheet function repository.
|