TdxSpreadSheetFunctionInfo.NamePtr Field
Stores a pointer to the resource string that contains the function signature’s public name token.
Declaration
NamePtr: TcxResourceStringID
Field Value
Type |
---|
TcxResourceStringID |
Remarks
This field value defines the function’s localizable name used to call (that is, address) the function in formula expressions that can perform calculations in spreadsheet controls, a container control’s calculated fields, and expression-based conditional formatting rules.
{Image}
The TdxSpreadSheetFunctionsRepository.Add procedure uses the AName parameter value to initialize the NamePtr field of a newly created function signature.
Note
The spreadsheet formula engine uses the Name field value as the function signature’s name token if the NamePtr field value is nil.
See Also