DesignIntf.TBaseSelectionEditor

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: DesignIntf |
Delphi
TBaseSelectionEditor = class(TInterfacedObject)
C++
class PASCALIMPLEMENTATION TBaseSelectionEditor : public System::TInterfacedObject
Description
Base class for selection editor classes.
All selection editors are assumed to derive from this class. A default implementation for the ISelectionEditor interface is provided in the TSelectionEditor class.