DesignIntf.TBaseSelectionEditor

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTBaseSelectionEditor
[–] 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.

See Also