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

dxSpreadSheetFunctionTypeNameAsResString(TdxSpreadSheetFunctionType) Method

Returns a pointer to the resource string that stores the name of the specified function category.

#Declaration

Delphi
function dxSpreadSheetFunctionTypeNameAsResString(AType: TdxSpreadSheetFunctionType): Pointer;

#Parameters

Name Type
AType TdxSpreadSheetFunctionType

#Returns

Type
Pointer

#Remarks

Call this global function and pass a function category as the AType parameter to retrieve the category’s localizable name. The TdxSpreadSheetFunctionType type description lists resource strings that store names of all function categories.

Note

All spreadsheet function-related gallery commands call the dxSpreadSheetFunctionTypeNameAsResString global function to populate captions of the associated UI elements.

See Also