DesignIntf.TBaseSelectionEditor

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTBaseSelectionEditor

Delphi

TBaseSelectionEditor = class(TInterfacedObject)

C++

class PASCALIMPLEMENTATION TBaseSelectionEditor : public System::TInterfacedObject

Properties

Type Visibility Source Unit Parent
class public
DesignIntf.pas
DesignIntf.hpp
DesignIntf DesignIntf

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