Data.Bind.Components.TEvalShortcutEnumeratorToEditor

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTEvalShortcutEnumeratorToEditor
[–] Properties
Type: class
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

TEvalShortcutEnumeratorToEditor = class abstract

C++

class PASCALIMPLEMENTATION TEvalShortcutEnumeratorToEditor : public System::TObject

Description

Base class for evaluators of TEvalEnumeratorToEditor that implement evaluation shortcuts.

Subclasses must implement Evaluate.

See Also