Skip to main content

TdxSpreadSheetFunctionsRepository.Remove(TcxResourceStringID) Method

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

Declaration

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