TdxSpreadSheetFormatSettings.GetFunctionName(Pointer) Method
Obtains a localized spreadsheet function name from the specified pointer to a resource string.
Declaration
function GetFunctionName(const AName: Pointer): string; virtual;
Parameters
Name | Type | Description |
---|---|---|
AName | Pointer | A pointer to a resource string. |
Returns
Type | Description |
---|---|
string | A registered spreadsheet function name. |
See Also