Skip to main content

TdxSpreadSheetFunctionInfo Members

A function signature in the spreadsheet function repository.

Fields

Name Description
AvailableInContainerControls Specifies if the function signature is available for use in a container control.
DescriptionPtr Stores a pointer to the resource string that contains the function’s short description.
Name Stores the function signature’s Microsoft Excel-compatible name token.
NamePtr Stores a pointer to the resource string that contains the function signature’s public name token.
ParamInfo Stores a reference (in Delphi) or pointer (in C++Builder) to the routine that defines the function syntax.
PrefixID Stores a value that indicates which XLSX name token prefix the function signature requires.
Proc Stores a reference (in Delphi) or pointer (in C++Builder) to the routine that implements the function signature.
ResultKind Specifies the type of a result that the function implementation routine is designed to return.
Token Stores the function signature’s XLS token.
TypeID Stores the category to which the function signature belongs.

Methods

Name Description
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetPrefix Returns a prefix of the function signature’s XLSX name token.
IsValid Identifies if the function signature is ready for use in formula expressions.
ToString Returns the function’s simple syntax prototype as a string.
UpdateInfo(TdxSpreadSheetFormatSettings) Initializes the Name field to the uppercased public name of the function signature.
See Also