Data.Bind.Components.TEvalShortcutFactories.Register

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Register(const AFactory: TEvalShortcutFactory);

C++

void __fastcall Register(TEvalShortcutFactory* const AFactory);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TEvalShortcutFactories

Description

Registers the specified factory for instantation of evaluators.

See Also