Data.Bind.Components.TEvalShortcutFactories.Unregister

From RAD Studio API Documentation

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TEvalShortcutFactories

Delphi

procedure Unregister(var AFactory: TEvalShortcutFactory);

C++

void __fastcall Unregister(TEvalShortcutFactory* &AFactory);

Description

Unregisters the specified factory so that it is no longer used for instantation of evaluators.

See Also