Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetFunctionInfo.NamePtr Field

Stores a pointer to the resource string that contains the function signature’s public name token.

#Declaration

Delphi

#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