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

TdxSpreadSheetFunctionsRepository.Remove(TcxResourceStringID) Method

Removes a function signature from the repository by a specified public name.

#Declaration

Delphi
procedure Remove(const AName: TcxResourceStringID);

#Parameters

Name Type
AName TcxResourceStringID

#Remarks

Call this procedure and pass a pointer to the function name’s resource string as the AName parameter to remove the corresponding function signature from the repository.

Note

You need to call the Remove procedure only to render a specific function unavailable. To redefine an existing function signature, call the Add procedure and pass the target function’s name resource string.

See Also