dxSpreadSheetFunctionTypeNameAsString(TdxSpreadSheetFunctionType) Method
In This Article
Returns the specified function category‘s display name.
#Declaration
Delphi
function dxSpreadSheetFunctionTypeNameAsString(AType: TdxSpreadSheetFunctionType): string;
#Parameters
Name | Type |
---|---|
AType | Tdx |
#Returns
Type |
---|
string |
#Remarks
Call this global function and pass a function category as the AType parameter to retrieve the category’s name. The function calls the dxSpreadSheetFunctionTypeNameAsResString function and retrieves a resource string’s current value.
Note
The “Insert Function“ and “Expression Editor“ dialogs call the dx
See Also